This commit is contained in:
Jguer 2018-01-31 17:25:18 +00:00
parent 3f09df3703
commit ce1b09c94d
No known key found for this signature in database
GPG Key ID: 09754DBECF21746F

View File

@ -183,7 +183,7 @@ func continueTask(s string, def string) (cont bool) {
}
var response string
fmt.Println(boldGreenFg(arrow+" "+s), boldWhiteFg(postFix))
fmt.Print(boldGreenFg(arrow+" "+s), boldWhiteFg(postFix))
n, err := fmt.Scanln(&response)
if err != nil || n == 0 {