Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WriterFunc ¶ added in v1.8.0
The WriterFunc type is an adapter to allow the use of ordinary functions as io.Writer Write method. If f is a function with the appropriate signature, WriterFunc(f) is an io.Writer that calls f.
Click to show internal directories.
Click to hide internal directories.