package lazytemplate
Import Path
internal/lazytemplate (on golang.org and go.dev)
Dependency Relation
imports 5 packages, and imported by 0 packages
Involved Source Files
d-> lazytemplate.go
Exported Type Names
Exported Values
func
New(name, text
string) *
Template
New creates a new lazy template, delaying the parsing work until it is first
needed. If the code is being run as part of tests, the template parsing will
happen immediately.
 |
The pages are generated with Golds v0.1.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project and developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |