Jguer %!s(int64=7) %!d(string=hai) anos
pai
achega
ce1b09c94d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      config.go

+ 1 - 1
config.go

@@ -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 {