Documentation ¶
Index ¶
- func Bool(b *bool) bool
- func BoolP(b bool) *bool
- func Duration(d *time.Duration) time.Duration
- func DurationP(d time.Duration) *time.Duration
- func Float32(i *float32) float32
- func Float32P(i float32) *float32
- func Float64(i *float64) float64
- func Float64P(i float64) *float64
- func Int(i *int) int
- func Int32(i *int32) int32
- func Int32P(i int32) *int32
- func Int64(i *int64) int64
- func Int64P(i int64) *int64
- func IntP(i int) *int
- func String(s *string) string
- func StringP(s string) *string
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.