Registry / utility / k1low-expand

k1low-expand

JSON →
library0.16.7gogounverified

Expands template strings with variables, supporting nested structures and custom delimiters.

go get github.com/k1LoW/expand
INSTALL
IMPORT
SIG · K1LOW-EXPAND
K
k1low-expand
utilitygov0.16.7
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.

expand
github.com/k1LoW/expand

Expands a template string with a variable map.

package main import ( "fmt" "github.com/k1LoW/expand" ) func main() { result, _ := expand.Expand("Hello {{.Name}}", map[string]interface{}{"Name": "World"}) fmt.Println(result) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
k1low-expand — go get k1low-expand · libregistry