Documentation ¶
Index ¶
- func BeTrue(ok bool)
- func Byte(v byte, err error) byte
- func ByteOK(v byte, ok bool) byte
- func Bytes(v []byte, err error) []byte
- func BytesOK(v []byte, ok bool) []byte
- func Float32(v float32, err error) float32
- func Float32OK(v float32, ok bool) float32
- func Float64(v float64, err error) float64
- func Float64OK(v float64, ok bool) float64
- func Int(v int, err error) int
- func Int16(v int16, err error) int16
- func Int16OK(v int16, ok bool) int16
- func Int32(v int32, err error) int32
- func Int32OK(v int32, ok bool) int32
- func Int64(v int64, err error) int64
- func Int64OK(v int64, ok bool) int64
- func Int8(v int8, err error) int8
- func Int8OK(v int8, ok bool) int8
- func IntOK(v int, ok bool) int
- func NoError(err error)
- func Rune(v rune, err error) rune
- func RuneOK(v rune, ok bool) rune
- func String(v string, err error) string
- func StringOK(v string, ok bool) string
- func Strings(v []string, err error) []string
- func StringsOK(v []string, ok bool) []string
- func Uint16(v uint16, err error) uint16
- func Uint16OK(v uint16, ok bool) uint16
- func Uint32(v uint32, err error) uint32
- func Uint32OK(v uint32, ok bool) uint32
- func Uint64(v uint64, err error) uint64
- func Uint64OK(v uint64, ok bool) uint64
- func Uint8(v uint8, err error) uint8
- func Uint8OK(v uint8, ok bool) uint8
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.