Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Printer ¶ added in v0.15.0
type Printer struct {
// contains filtered or unexported fields
}
func (*Printer) P ¶ added in v0.15.0
P prints a line to the printer. It converts each parameter to a string following the same rules as fmt.Print. It never inserts spaces between parameters.
func (*Printer) SaveWithGoFormat ¶ added in v0.15.0
SaveWithGoFormat saves the printer content to a file with go format.
Click to show internal directories.
Click to hide internal directories.