Documentation ¶ Index ¶ func Bool(src reflect.Value) (bool, error) func Float(src reflect.Value) (float64, error) func Int(src reflect.Value) (int64, error) func String(src reflect.Value) (string, error) func Uint(src reflect.Value) (uint64, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Bool ¶ func Bool(src reflect.Value) (bool, error) func Float ¶ func Float(src reflect.Value) (float64, error) func Int ¶ func Int(src reflect.Value) (int64, error) func String ¶ func String(src reflect.Value) (string, error) func Uint ¶ func Uint(src reflect.Value) (uint64, error) Types ¶ This section is empty. Source Files ¶ View all Source files bool.go float.go int.go string.go uint.go Click to show internal directories. Click to hide internal directories.