X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Ftoss.go;h=2fab0a2e8cb3a304323e2e65a6c5bfdf687430d5;hb=beefc4fd7137435caf9c653633ab938947df07f8;hp=d6c74c405cf069fc5f203525190a3b5315fd3b02;hpb=5a45432e26b921c4f1a9c118e4a3f9ab184a5f7d;p=nncp.git diff --git a/src/toss.go b/src/toss.go index d6c74c4..2fab0a2 100644 --- a/src/toss.go +++ b/src/toss.go @@ -1,6 +1,6 @@ /* NNCP -- Node to Node copy, utilities for store-and-forward data exchange -Copyright (C) 2016-2022 Sergey Matveev +Copyright (C) 2016-2023 Sergey Matveev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,7 +24,6 @@ import ( "errors" "fmt" "io" - "io/ioutil" "log" "mime" "os" @@ -475,7 +474,7 @@ func jobProcess( ) return err } - dstRaw, err := ioutil.ReadAll(pipeR) + dstRaw, err := io.ReadAll(pipeR) if err != nil { ctx.LogE("rx-read", les, err, func(les LEs) string { return fmt.Sprintf(