Commit 8f2712fa authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 741b31d4
......@@ -28,10 +28,9 @@ import (
"../../zodb"
"./fsb"
"lab.nexedi.com/kirr/go123/mem"
//"github.com/hydrogen18/stalecucumber"
pickle "github.com/kisielk/og-rek"
"lab.nexedi.com/kirr/go123/mem"
)
// fsIndex is Oid -> Tid's position mapping used to associate Oid with latest
......@@ -316,6 +315,8 @@ func LoadIndexFile(path string) (topPos int64, fsi *fsIndex, err error) {
}
// TODO move vvv to common place
// CountReader is an io.Reader that count total bytes read
type CountReader struct {
io.Reader
......
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