Commit 7d145ff9 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a9848fe7
......@@ -13,7 +13,7 @@ import (
"hash"
"hash/crc32"
"hash/adler32"
//"os"
"os"
"time"
"lab.nexedi.com/kirr/go123/xerr"
......@@ -55,7 +55,7 @@ func main() {
if flag.NArg() != 1 {
flag.Usage()
// XXX exit
os.Exit(1)
}
url := flag.Arg(0)
......@@ -193,7 +193,7 @@ loop:
nread += len(buf.Data)
oid += 1
buf.Free()
buf.Release()
}
tend := time.Now()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment