Documentation
¶
Index ¶
- func AppendNumBytes(dst []byte, num interface{}) ([]byte, error)
- func BytesToNum(b []byte, num interface{}) error
- func BytesToStr(buff []byte) string
- func CopyFile(src, des string) bool
- func Floa32ToStr(f float32) string
- func Floa64ToStr(f float64) string
- func Int32ToStr(n int32) string
- func Int64ToStr(n int64) string
- func IntToStr(n int) string
- func NumToBytes(num interface{}) ([]byte, error)
- func StrToFloat32(s string) (float32, error)
- func StrToFloat64(s string) (float64, error)
- func StrToInt(s string) (int, error)
- func StrToInt32(s string) (int32, error)
- func StrToInt64(s string) (int64, error)
- func StrToUint(s string) (uint, error)
- func StrToUint32(s string) (uint32, error)
- func StrToUint64(s string) (uint64, error)
- func Uint32ToStr(n uint32) string
- func Uint64ToStr(n uint64) string
- func UintToStr(n uint) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendNumBytes ¶
func BytesToNum ¶
func BytesToStr ¶
func Floa32ToStr ¶
func Floa64ToStr ¶
func Int32ToStr ¶
func Int64ToStr ¶
func NumToBytes ¶
func StrToFloat64 ¶
func StrToUint32 ¶
func StrToUint64 ¶
func Uint32ToStr ¶
func Uint64ToStr ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.