Registry / config / tietang-props

tietang-props

JSON →
library2.2.0+incompatiblegogounverified

Props is a configuration properties library for Go, supporting multiple sources like files and environment variables.

go get github.com/tietang/props
INSTALL
IMPORT
SIG · TIETANG-PROPS
T
tietang-props
configgov2.2.0+incompatible
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.

props
github.com/tietang/props

Create and use a properties configuration.

package main import ( "fmt" "github.com/tietang/props" ) func main() { p := props.NewProperties() p.Set("key", "value") fmt.Println(p.Get("key")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
47 hits · last 30 days
node
42
Resources
tietang-props — go get tietang-props · libregistry