Registry / utility / cbroglie-mustache

cbroglie-mustache

JSON →
library1.4.0gogounverified

Package mustache provides a Go implementation of the Mustache template language.

go get github.com/cbroglie/mustache
INSTALL
IMPORT
SIG · CBROGLIE-MUSTACHE
C
cbroglie-mustache
utilitygov1.4.0
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/cbroglie/mustache

Render a simple Mustache template with a variable.

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
cbroglie-mustache — go get cbroglie-mustache · libregistry