Documentation ¶ Index ¶ func NewBoolPtr(action func(v bool) error) pflag.Value func NewIntValue(action func(v int) error) pflag.Value func NewStringPtr(action func(v string) error) pflag.Value func NewTimeValue(layout string, action func(v time.Time) error) pflag.Value Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewBoolPtr ¶ func NewBoolPtr(action func(v bool) error) pflag.Value func NewIntValue ¶ func NewIntValue(action func(v int) error) pflag.Value func NewStringPtr ¶ func NewStringPtr(action func(v string) error) pflag.Value func NewTimeValue ¶ func NewTimeValue(layout string, action func(v time.Time) error) pflag.Value Types ¶ This section is empty. Source Files ¶ View all Source files bool.goint.gostring.gotime.go Click to show internal directories. Click to hide internal directories.