(v interface{})
| 54 | Print(a ...interface{}) |
| 55 | Println(a ...interface{}) |
| 56 | PrintJSON(v interface{}) error |
| 57 | |
| 58 | // IsTerminal tells if the output is a user terminal (rather than a buffer, |
| 59 | // a pipe ...), which tells if we can use colors and other interactive features. |
no outgoing calls
no test coverage detected