Registry / utility / a8m-envsubst

a8m-envsubst

JSON →
library1.4.3gogounverified

Envsubst substitutes environment variables in strings using Go template syntax.

go get github.com/a8m/envsubst
INSTALL
IMPORT
SIG · A8M-ENVSUBST
A
a8m-envsubst
utilitygov1.4.3
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.

envsubst
github.com/a8m/envsubst

Substitute environment variables in a string

package main import ( "fmt" "github.com/a8m/envsubst" ) func main() { result, _ := envsubst.String("Hello ${USER}") fmt.Println(result) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
38
OpenAI (training)
1
Resources
a8m-envsubst — go get a8m-envsubst · libregistry