ReadLine returns a line of text (a command) read from the user. prompt is printed before reading the command.
(prompt string)
| 207 | // ReadLine returns a line of text (a command) read from the user. |
| 208 | // prompt is printed before reading the command. |
| 209 | ReadLine(prompt string) (string, error) |
| 210 | |
| 211 | // Print shows a message to the user. |
| 212 | // It formats the text as fmt.Print would and adds a final \n if not already present. |
no outgoing calls
no test coverage detected