PrintInfo prints an info message
(text string)
| 96 | |
| 97 | // PrintInfo prints an info message |
| 98 | func PrintInfo(text string) { |
| 99 | Info.Println(text) |
| 100 | } |
| 101 | |
| 102 | // Fatal prints fatal message and exits process |
| 103 | func Fatal(err error) { |
no outgoing calls
no test coverage detected