minor tweaks

This commit is contained in:
A.J. Ruckman
2018-10-20 12:58:39 -04:00
committed by hmage
parent 50d2c0a8d3
commit b3840b5790
4 changed files with 16 additions and 17 deletions

1
app.go
View File

@@ -176,7 +176,6 @@ func promptAndGet(prompt string) (string, error) {
}
// try again
}
return "", nil
}
func promptAndGetPassword(prompt string) (string, error) {