PrintSuccess prints a success message
(text string)
| 91 | |
| 92 | // PrintSuccess prints a success message |
| 93 | func PrintSuccess(text string) { |
| 94 | Success.Println(text) |
| 95 | } |
| 96 | |
| 97 | // PrintInfo prints an info message |
| 98 | func PrintInfo(text string) { |
no outgoing calls
no test coverage detected