Registry / template / yosssi-ace

yosssi-ace

JSON →
library0.0.5gogounverified

Package ace provides an HTML template engine for Go.

go get github.com/yosssi/ace
INSTALL
IMPORT
SIG · YOSSSI-ACE
Y
yosssi-ace
templategov0.0.5
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.

ace
github.com/yosssi/ace

Load and execute an Ace template

package main import ( "os" "github.com/yosssi/ace" ) func main() { tpl, err := ace.Load("example", "") if err != nil { panic(err) } tpl.Execute(os.Stdout, nil) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
22
OpenAI (training)
3
Amazon
1
Perplexity
1
Resources
yosssi-ace — go get yosssi-ace · libregistry