bbolt/const.go

9 lines
91 B
Go

package bolt
const Version = 1
const (
MaxKeySize = 0x8000
MaxDataSize = 0xffffffff
)