Registry / utility / alecthomas-template

alecthomas-template

JSON →
library0.0.0-20190718012654-fb15b899a751gogounverified

Package template implements data-driven templates for generating textual output.

go get github.com/alecthomas/template
INSTALL
IMPORT
SIG · ALECTHOMAS-TEMPLAT
A
alecthomas-template
utilitygov0.0.0-20190718012654-fb15b899a751
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/alecthomas/template

Basic template execution

package main import ( "os" "github.com/alecthomas/template" ) func main() { t := template.Must(template.New("test").Parse("Hello, {{.}}!")) t.Execute(os.Stdout, "World") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20190718012654-fb15b899a751latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
59 hits · last 30 days
node
54
Meta
1
OpenAI (training)
1
Resources
alecthomas-template — go get alecthomas-template · libregistry