Registry / utility / hairyhenderson-gomplate-v3

hairyhenderson-gomplate-v3

JSON →
library3.11.8gogounverified

A template renderer that supports multiple datasources and includes hundreds of built-in functions for configuration generation.

go get github.com/hairyhenderson/gomplate/v3
INSTALL
IMPORT
SIG · HAIRYHENDERSON-GOM
H
hairyhenderson-gomplate-v3
utilitygov3.11.8
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.

gomplate
github.com/hairyhenderson/gomplate/v3

Render a simple template with data

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
hairyhenderson-gomplate-v3 — go get hairyhenderson-gomplate-v3 · libregistry