コード例 #1
0
ファイル: wal.go プロジェクト: pombredanne/mega
func walEntryLength(p tsdb.Point) int {
	return 8 + 4 + 4 + len(p.Key()) + len(p.Data())
}