Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CtxWithNilPrinter ¶
CtxWithNilPrinter returns a new context with the NilPrinter added.
Types ¶
type NilPrinter ¶
type NilPrinter struct{}
NilPrinter implements the printer.Printer interface and just ignores all print calls.
func (*NilPrinter) OptPrintf ¶
func (np *NilPrinter) OptPrintf(*printer.Options, string, ...interface{})
func (*NilPrinter) Printf ¶
func (np *NilPrinter) Printf(string, ...interface{})
Click to show internal directories.
Click to hide internal directories.