Documentation ¶
Index ¶
- func GoGet(mod string) error
- func GoModTidy() error
- func Prompt(w io.Writer, message, defaultAnswer string) string
- func PromptBool(w io.Writer, message string, defaultToYes bool) bool
- func PromptInt(w io.Writer, message string, defaultAnswer int) int
- func PromptIntWithValidate(w io.Writer, message string, defaultAnswer int, validate func(int) error) int
- func PromptWithValidate(w io.Writer, message, defaultAnswer string, validate func(string) error) string
- type CopyRight
- type Homebrew
- type ModInfo
- type Project
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PromptBool ¶
PromptBool shows a yes/no prompt
Types ¶
Click to show internal directories.
Click to hide internal directories.