PrintError prints an error message
(text string)
| 86 | |
| 87 | // PrintError prints an error message |
| 88 | func PrintError(text string) { |
| 89 | Error.Println(text) |
| 90 | } |
| 91 | |
| 92 | // PrintSuccess prints a success message |
| 93 | func PrintSuccess(text string) { |
no outgoing calls
no test coverage detected