Registry / utility / imkira-go-interpol

imkira-go-interpol

JSON →
library1.1.0gogounverified

Provides string interpolation with named parameters using brace-delimited placeholders.

go get github.com/imkira/go-interpol
INSTALL
IMPORT
SIG · IMKIRA-GO-INTERPOL
I
imkira-go-interpol
utilitygov1.1.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.

interpol
github.com/imkira/go-interpol

Interpolates a string with named parameters.

package main import ( "fmt" "github.com/imkira/go-interpol" ) func main() { result, _ := interpol.Interpolate("Hello {name}", map[string]string{"name": "World"}) fmt.Println(result) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
imkira-go-interpol — go get imkira-go-interpol · libregistry