Registry / utility / bool64-shared

bool64-shared

JSON →
library0.1.6gogounverified

Package shared provides a space to share variables across packages in a Go application.

go get github.com/bool64/shared
INSTALL
IMPORT
SIG · BOOL64-SHARED
B
bool64-shared
utilitygov0.1.6
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.

shared
github.com/bool64/shared

Sets and retrieves a shared variable by key.

package main import ( "fmt" "github.com/bool64/shared" ) func main() { shared.Set("key", "value") val, _ := shared.Get("key") fmt.Println(val) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
bool64-shared — go get bool64-shared · libregistry