Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Namespace ¶
type Namespace struct {
// contains filtered or unexported fields
}
Namespace provides template functions for the "fmt" namespace.
func New ¶
func New() *Namespace
New returns a new instance of the fmt-namespaced template functions.
func (*Namespace) Errorf ¶ added in v0.30.1
func (*Namespace) Print ¶
Print returns string representation of the passed arguments.
func (*Namespace) Printf ¶
Printf returns a formatted string representation of the passed arguments.
Click to show internal directories.
Click to hide internal directories.