Versions in this module Expand all Collapse all v0 v0.2.0 Apr 8, 2016 v0.1.0 Apr 8, 2016 Changes in this version + const ShiftStartInt64 + func Float64ToInt64(f float64) int64 + func Int64ToFloat64(i int64) float64 + type PrefixCoded []byte + func MustNewPrefixCodedInt64(in int64, shift uint) PrefixCoded + func NewPrefixCodedInt64(in int64, shift uint) (PrefixCoded, error) + func (p PrefixCoded) Int64() (int64, error) + func (p PrefixCoded) Shift() (uint, error)