Registry / utility / mailgun-raymond-v2

mailgun-raymond-v2

JSON →
library2.0.48gogounverified

Package raymond provides handlebars evaluation.

go get github.com/mailgun/raymond/v2
INSTALL
IMPORT
SIG · MAILGUN-RAYMOND-V2
M
mailgun-raymond-v2
utilitygov2.0.48
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.

raymond
github.com/mailgun/raymond/v2

Render a simple Handlebars template with a variable.

package main import ( "fmt" "github.com/mailgun/raymond/v2" ) func main() { tpl := raymond.MustParse("Hello {{name}}") result := tpl.MustExec(map[string]interface{}{"name": "World"}) fmt.Println(result) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
mailgun-raymond-v2 — go get mailgun-raymond-v2 · libregistry