I can't find how to request data from the keyboard on GO.
Or rather, I found it. But what I found did not work fully. Here is the code:
fmt.Println("input : ")
var command string
fmt.Scanln(&command)
The bottom line is that I have to get the whole line and for some reason a space separates the request.
Also removes the letter of the next word?
Python has such a cool thing called input.