io.eof ready
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user