package
1.23.0
Repository: https://github.com/shogo82148/std.git
Documentation: pkg.go.dev

# Functions

New creates a new lazy template, delaying the parsing work until it is first needed.

# Structs

Template is a wrapper around text/template.Template, where the underlying template will be parsed the first time it is needed.