Comment on page
Renderable Printers
Renderable printers print text similarily to text printers, but they do not share the same functions as fmt. They have a
Render()
and Srender()
function. This is because the output is to complex and the printer has to be configured to use specific data via options.PTerm exposes a
RenderablePrinter
interface.Method | Description |
---|---|
Render() | Prints to the terminal or uses the specified Writer |
Srender() | Returns the rendered string |
pkg.go.dev contains the full specification for this interface and a more technical description.
Last modified 1yr ago