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.