Documentation ¶
Index ¶
- func Bool(s string) (bool, error)
- func BoolStrict(s string) bool
- func BytesCount(s string) (v uint64, err error)
- func BytesCountStrict(s string) uint64
- func Float32(s string) (float32, error)
- func Float32Strict(s string) float32
- func Float64(s string) (float64, error)
- func Float64Strict(s string) float64
- func Hex(s string) ([]byte, error)
- func HexStrict(s string) []byte
- func Int(s string) (int, error)
- func Int64(s string) (int64, error)
- func Int64Strict(s string) int64
- func IntStrict(s string) int
- func Time(format string, s string) (time.Time, error)
- func TimeStrict(format string, s string) time.Time
- func Uint64(s string) (uint64, error)
- func Uint64Strict(s string) uint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BoolStrict ¶ added in v0.1.32
func BytesCount ¶ added in v0.1.90
func BytesCountStrict ¶ added in v0.1.90
func Float32Strict ¶ added in v0.1.32
func Float64Strict ¶ added in v0.1.32
func Int64Strict ¶ added in v0.1.32
func Uint64Strict ¶ added in v0.1.32
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.