Registry / config / rickar-props

rickar-props

JSON →
library1.1.0gogounverified

A Go library for handling property lists and files, compatible with Java property file format, with support for property expansion, configuration by convention, and encryption.

go get github.com/rickar/props
INSTALL
IMPORT
SIG · RICKAR-PROPS
R
rickar-props
configgov1.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.

props
github.com/rickar/props

Creates a new properties object, sets a key-value pair, and prints the value.

package main import ( "fmt" "github.com/rickar/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
1.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
34
OpenAI (training)
1
Resources
rickar-props — go get rickar-props · libregistry