Registry / database / brotherlogic-keystore

brotherlogic-keystore

JSON →
library0.0.0-20260319000604-318a8f9d407cgogounverified

A simple key-value store library for Go applications.

go get github.com/brotherlogic/keystore
INSTALL
IMPORT
SIG · BROTHERLOGIC-KEYST
B
brotherlogic-keystore
databasegov0.0.0-20260319000604-318a8f9d407c
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.

keystore
github.com/brotherlogic/keystore

Create a keystore and store/retrieve a value.

package main import ( "fmt" "github.com/brotherlogic/keystore" ) func main() { ks := keystore.New() ks.Put("key", "value") fmt.Println(ks.Get("key")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20260319000604-318a8f9d407clatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
brotherlogic-keystore — go get brotherlogic-keystore · libregistry