Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringsValue ¶
type StringsValue []string
StringsValue implements flag.Value so it may be treated as a flag type.
func (*StringsValue) Set ¶
func (s *StringsValue) Set(val string) error
Set implements flag.Value.Set.
func (*StringsValue) String ¶
func (s *StringsValue) String() string
String implements flag.Value.String.
Click to show internal directories.
Click to hide internal directories.