packageboltconstversion=2const(maxUint=^uint(0)minUint=0maxInt=int(^uint(0)>>1)minInt=-maxInt-1)const(// MaxKeySize is the maximum length of a key, in bytes.MaxKeySize=32768// MaxValueSize is the maximum length of a value, in bytes.MaxValueSize=4294967295)