cases: normal argument + variadic argument, w/ and w/o interface type
(format string, a ...interface{})
| 9 | |
| 10 | // cases: normal argument + variadic argument, w/ and w/o interface type |
| 11 | Sprintf(format string, a ...interface{}) string |
| 12 | MultiWriteToFile(filename string, w ...io.Writer) string |
| 13 | } |
no outgoing calls