Refactor model into separate package

This commit is contained in:
Jakob Borg
2014-05-15 00:26:55 -03:00
parent f8e34c083e
commit 3e34fc66e6
20 changed files with 161 additions and 127 deletions

View File

@@ -6,6 +6,8 @@ import (
"io"
)
const StandardBlockSize = 128 * 1024
type Block struct {
Offset int64
Size uint32