Registry / utility / fumiama-go-registry

fumiama-go-registry

JSON →
library0.2.7gogounverified

A simple key-value registry for storing and retrieving configuration or state.

go get github.com/fumiama/go-registry
INSTALL
IMPORT
SIG · FUMIAMA-GO-REGISTR
F
fumiama-go-registry
utilitygov0.2.7
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.

registry
github.com/fumiama/go-registry

Creates a new registry, sets a key, and retrieves it.

package main import ( "fmt" "github.com/fumiama/go-registry" ) func main() { r := registry.NewRegistry() r.Set("key", "value") val, _ := r.Get("key") fmt.Println(val) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fumiama-go-registry — go get fumiama-go-registry · libregistry