Registry / utility / valyala-quicktemplate

valyala-quicktemplate

JSON →
library1.8.0gogounverified

A fast and powerful template engine for Go.

go get github.com/valyala/quicktemplate
INSTALL
IMPORT
SIG · VALYALA-QUICKTEMPL
V
valyala-quicktemplate
utilitygov1.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

quicktemplate
github.com/valyala/quicktemplate

Executes a simple template with a variable.

package main import ( "fmt" "github.com/valyala/quicktemplate" ) func main() { tmpl := quicktemplate.NewTemplate("Hello {{.Name}}") result := tmpl.ExecuteString(map[string]interface{}{"Name": "World"}) fmt.Println(result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.8.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
valyala-quicktemplate — go get valyala-quicktemplate · libregistry