//
pkg.gl
Category
github.com/inovacc/module
internal
lazytemplate
package
0.0.1
Repository:
https://github.com/inovacc/module.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
1
Files
33 SLOC
#
Functions
New
New creates a new lazy template, delaying the parsing work until it is first needed.
#
Structs
Template
Template is a wrapper around text/template.Template, where the underlying template will be parsed the first time it is needed.