(format string, a ...interface{})
| 14 | Printf(format string, a ...interface{}) (n int, err error) |
| 15 | Println(a ...interface{}) (n int, err error) |
| 16 | Errorf(format string, a ...interface{}) (n int, err error) |
| 17 | Errorln(a ...interface{}) (n int, err error) |
| 18 | } |
| 19 |
no outgoing calls