Registry / utility / valyala-fasttemplate

valyala-fasttemplate

JSON →
library1.2.2gogounverified

Package fasttemplate provides a simple and fast template engine for Go.

go get github.com/valyala/fasttemplate
INSTALL
IMPORT
SIG · VALYALA-FASTTEMPLA
V
valyala-fasttemplate
utilitygov1.2.2
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.

fasttemplate
✓ github.com/valyala/fasttemplate

Executes a template with a placeholder replaced by a value.

package main import ( "fmt" "github.com/valyala/fasttemplate" ) func main() { t := fasttemplate.New("Hello, {{name}}!", "{{", "}}") s := t.ExecuteString(map[string]interface{}{"name": "World"}) fmt.Println(s) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
valyala-fasttemplate — go get valyala-fasttemplate · libregistry