Registry / utility / hoisie-mustache

hoisie-mustache

JSON →
library0.0.0-20160804235033-6375acf62c69gogounverified

A Go implementation of the Mustache template language.

go get github.com/hoisie/mustache
INSTALL
IMPORT
SIG · HOISIE-MUSTACHE
H
hoisie-mustache
utilitygov0.0.0-20160804235033-6375acf62c69
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.

mustache
github.com/hoisie/mustache

Renders a simple Mustache template with context data.

package main import ( "fmt" "github.com/hoisie/mustache" ) func main() { output := mustache.Render("Hello {{name}}", map[string]string{"name": "World"}) fmt.Println(output) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20160804235033-6375acf62c69latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
hoisie-mustache — go get hoisie-mustache · libregistry