Documentation ¶
Index ¶
- func BytesToFloat32(b []byte) float32
- func BytesToFloat64(b []byte) float64
- func BytesToInt16(b []byte) int16
- func BytesToInt32(b []byte) int32
- func BytesToInt64(b []byte) int64
- func BytesToUint16(b []byte) uint16
- func BytesToUint32(b []byte) uint32
- func BytesToUint64(b []byte) uint64
- func Float32ToBytes(u float32) []byte
- func Float64ToBytes(u float64) []byte
- func FormatFloat32(v float32) string
- func FormatFloat32ToSlice(v float32) []byte
- func FormatFloat64(v float64) string
- func FormatFloat64ToSlice(v float64) []byte
- func FormatInt(v int) string
- func FormatInt16(v int16) string
- func FormatInt16ToSlice(v int16) []byte
- func FormatInt32(v int32) string
- func FormatInt32ToSlice(v int32) []byte
- func FormatInt64(v int64) string
- func FormatInt64ToSlice(v int64) []byte
- func FormatInt8(v int8) string
- func FormatInt8ToSlice(v int8) []byte
- func FormatIntToSlice(v int) []byte
- func FormatUint(v uint) string
- func FormatUint16(v uint16) string
- func FormatUint16ToSlice(v uint16) []byte
- func FormatUint32(v uint32) string
- func FormatUint32ToSlice(v uint32) []byte
- func FormatUint64(v uint64) string
- func FormatUint64ToSlice(v uint64) []byte
- func FormatUint8(v uint8) string
- func FormatUint8ToSlice(v uint8) []byte
- func FormatUintToSlice(v uint) []byte
- func Int16ToBytes(u int16) []byte
- func Int32ToBytes(u int32) []byte
- func Int64ToBytes(u int64) []byte
- func ParseFloat64(s string) (float64, error)
- func ParseInt(s string) (int, error)
- func ParseInt16(s string) (int16, error)
- func ParseInt32(s string) (int32, error)
- func ParseInt64(s string) (int64, error)
- func ParseInt8(s string) (int8, error)
- func ParseUint(s string) (uint, error)
- func ParseUint16(s string) (uint16, error)
- func ParseUint32(s string) (uint32, error)
- func ParseUint64(s string) (uint64, error)
- func ParseUint8(s string) (uint8, error)
- func Uint16ToBytes(u uint16) []byte
- func Uint32ToBytes(u uint32) []byte
- func Uint64ToBytes(u uint64) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesToFloat32 ¶
func BytesToFloat64 ¶
func BytesToInt16 ¶
func BytesToInt32 ¶
func BytesToInt64 ¶
func BytesToUint16 ¶
func BytesToUint32 ¶
func BytesToUint64 ¶
func Float32ToBytes ¶
func Float64ToBytes ¶
func FormatFloat32 ¶
func FormatFloat32ToSlice ¶
func FormatFloat64 ¶
func FormatFloat64ToSlice ¶
func FormatInt16 ¶
func FormatInt16ToSlice ¶
func FormatInt32 ¶
func FormatInt32ToSlice ¶
func FormatInt64 ¶
func FormatInt64ToSlice ¶
func FormatInt8 ¶
func FormatInt8ToSlice ¶
func FormatIntToSlice ¶
func FormatUint ¶
func FormatUint16 ¶
func FormatUint16ToSlice ¶
func FormatUint32 ¶
func FormatUint32ToSlice ¶
func FormatUint64 ¶
func FormatUint64ToSlice ¶
func FormatUint8 ¶
func FormatUint8ToSlice ¶
func FormatUintToSlice ¶
func Int16ToBytes ¶
func Int32ToBytes ¶
func Int64ToBytes ¶
func ParseFloat64 ¶
func ParseInt16 ¶
func ParseInt32 ¶
func ParseInt64 ¶
func ParseUint16 ¶
func ParseUint32 ¶
func ParseUint64 ¶
func ParseUint8 ¶
func Uint16ToBytes ¶
func Uint32ToBytes ¶
func Uint64ToBytes ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.