Stay in same line

pull/2763/head^2
Arijit Basu 2018-09-01 00:32:05 +05:30 committed by dlorenc
parent 3b97276f70
commit bed9aabaf8
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ To opt out of these messages, run the command:
func getInput(input chan string, r io.Reader) {
reader := bufio.NewReader(r)
fmt.Print("Please enter your response [Y/n]: \n")
fmt.Print("Please enter your response [Y/n]: ")
response, err := reader.ReadString('\n')
if err != nil {
glog.Errorf(err.Error())