Significant support for Windows builds

This commit is contained in:
Lea Anthony
2019-02-20 22:24:47 +11:00
parent 3025a94a77
commit bdcf98fc15
12 changed files with 163 additions and 30 deletions

View File

@@ -18,7 +18,6 @@ func Prompt(question string, defaultValue ...string) string {
if haveDefault {
if len(answer) == 0 {
answer = defaultValue[0]
fmt.Println(" -> " + answer)
}
}
return answer