Registry / utility / buildkite-interpolate

buildkite-interpolate

JSON →
library0.1.5gogounverified

Interpolate is a Go library for variable interpolation in strings, commonly used in CI/CD pipelines.

go get github.com/buildkite/interpolate
INSTALL
IMPORT
SIG · BUILDKITE-INTERPOL
B
buildkite-interpolate
utilitygov0.1.5
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.

interpolate
github.com/buildkite/interpolate

Interpolate variables in a string

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
buildkite-interpolate — go get buildkite-interpolate · libregistry