Documentation
¶
Overview ¶
Package convert implements conversions to and from data.
Index ¶
- func BytesToFloat64(b []byte) float64
- func BytesToInt64(b []byte) int64
- func BytesToUint32(b []byte) uint32
- func BytesToUint64(b []byte) uint64
- func Float64ToBytes(f float64) []byte
- func Hash(key []byte) uint64
- func HashStr(key string) uint64
- func Int64ToBytes(i int64) []byte
- func Uint32ToBytes(u uint32) []byte
- func Uint64ToBytes(u uint64) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesToFloat64 ¶ added in v0.3.0
BytesToFloat64 converts bytes to float64.
func Float64ToBytes ¶ added in v0.3.0
Float64ToBytes converts float64 to byes.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.