aboutsummaryrefslogtreecommitdiff
path: root/go/storage/compact_map.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2013-02-10 09:44:44 -0800
committerChris Lu <chris.lu@gmail.com>2013-02-10 09:44:44 -0800
commit79d11ac951dd0e04c52a1e1bc9925f3fef3d962b (patch)
tree97c8b6c3835d173ad0e003a0c2b4f588188b29c4 /go/storage/compact_map.go
parentd4e5a22e5312ce2d0a2a8e25d45d27971b147252 (diff)
downloadseaweedfs-79d11ac951dd0e04c52a1e1bc9925f3fef3d962b.tar.xz
seaweedfs-79d11ac951dd0e04c52a1e1bc9925f3fef3d962b.zip
go vet
Diffstat (limited to 'go/storage/compact_map.go')
-rw-r--r--go/storage/compact_map.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/go/storage/compact_map.go b/go/storage/compact_map.go
index 0b33961c4..65fdf0e95 100644
--- a/go/storage/compact_map.go
+++ b/go/storage/compact_map.go
@@ -4,8 +4,8 @@ import ()
type NeedleValue struct {
Key Key
- Offset uint32 "Volume offset" //since aligned to 8 bytes, range is 4G*8=32G
- Size uint32 "Size of the data portion"
+ Offset uint32 `comment:"Volume offset"` //since aligned to 8 bytes, range is 4G*8=32G
+ Size uint32 `comment:"Size of the data portion"`
}
const (