ReadLine returns a line of text (a command) read from the user. prompt is printed before reading the command.
(prompt string)
| 179 | // ReadLine returns a line of text (a command) read from the user. |
| 180 | // prompt is printed before reading the command. |
| 181 | ReadLine(prompt string) (string, error) |
| 182 | |
| 183 | // Print shows a message to the user. |
| 184 | // It formats the text as fmt.Print would and adds a final \n if not already present. |
nothing calls this directly
no outgoing calls
no test coverage detected