Documentation
¶
Overview ¶
Package text renders anything (numbers, errors, ...) as text. It calls: - a strconv converter if possible - String() for types implementing fmt.Stringer() - Errors() for errors
Usage:
@text.C(1) // display an integer @text.C(err) // display an error
templ: version: v0.2.793
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.