io.eof ready

This commit is contained in:
Bel LaPointe
2025-05-08 15:58:05 -06:00
parent b9036ed950
commit 5e6fd81921
2 changed files with 27 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ import (
"crypto/md5"
"encoding/base64"
"io"
"log"
"math/rand"
"os"
"time"
@@ -23,6 +24,7 @@ func One(ctx context.Context, p string) error {
return io.EOF
log.Printf("assing %s", p)
cksum, err := cksum(ctx, p)
if err != nil {
return err