Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringSlice ¶
type StringSlice []string
func (*StringSlice) Set ¶
func (xs *StringSlice) Set(s string) error
Set the value of s to xs. To specify multiple values separate each with a comma and no space. This is needed for the flag.Value interface so we can read comman-separated values into xs.
func (StringSlice) String ¶
func (xs StringSlice) String() string
Convert xs to a string. This is needed for the flag.Value interface so we can read comman-separated values into a StringSlice.
Click to show internal directories.
Click to hide internal directories.