Documentation
¶
Index ¶
- func MustGreaterThan(arg string, min int) (int, error)
- func MustInIntChoises(arg string, choises []int) (int, error)
- func MustInRange(arg string, min int, max int) (int, error)
- func MustInStringChoises(arg string, choises []string) error
- func MustLessThen(arg string, min int) (int, error)
- func MustMatch(arg string, pattern string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustInStringChoises ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.