Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrintfFunc ¶
type PrintfFunc func(format string, a ...interface{})
The PrintfFunc type is an adapter to allow the use of ordinary functions as Printf handlers. If f is a function with the appropriate signature, PrintfFunc(f) is a Handler that calls f.
Click to show internal directories.
Click to hide internal directories.