Printf writes a formatted string.
(format string, args ...interface{})
| 89 | |
| 90 | // Printf writes a formatted string. |
| 91 | Printf(format string, args ...interface{}) |
| 92 | |
| 93 | // Detail reports whether error detail is requested. |
| 94 | // After the first call to Detail, all text written to the Printer |
no outgoing calls