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

.

parent a9848fe7
...@@ -13,7 +13,7 @@ import ( ...@@ -13,7 +13,7 @@ import (
"hash" "hash"
"hash/crc32" "hash/crc32"
"hash/adler32" "hash/adler32"
//"os" "os"
"time" "time"
"lab.nexedi.com/kirr/go123/xerr" "lab.nexedi.com/kirr/go123/xerr"
...@@ -55,7 +55,7 @@ func main() { ...@@ -55,7 +55,7 @@ func main() {
if flag.NArg() != 1 { if flag.NArg() != 1 {
flag.Usage() flag.Usage()
// XXX exit os.Exit(1)
} }
url := flag.Arg(0) url := flag.Arg(0)
...@@ -193,7 +193,7 @@ loop: ...@@ -193,7 +193,7 @@ loop:
nread += len(buf.Data) nread += len(buf.Data)
oid += 1 oid += 1
buf.Free() buf.Release()
} }
tend := time.Now() 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