Registry / utility / jonas747-template

jonas747-template

JSON →
library1.1.6gogounverified

A Go template library providing enhanced template functionality.

go get github.com/jonas747/template
INSTALL
IMPORT
SIG · JONAS747-TEMPLATE
J
jonas747-template
utilitygov1.1.6
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.

template
github.com/jonas747/template

Parses and executes a template with data.

package main import ( "bytes" "fmt" "github.com/jonas747/template" ) func main() { tpl, _ := template.New("test").Parse("Hello {{.Name}}") var buf bytes.Buffer tpl.Execute(&buf, map[string]string{"Name": "World"}) fmt.Println(buf.String()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jonas747-template — go get jonas747-template · libregistry