Registry / utility / go-courier-metax

go-courier-metax

JSON →
library1.3.0gogounverified

Provides metadata extraction and manipulation utilities for Go applications.

go get github.com/go-courier/metax
INSTALL
IMPORT
SIG · GO-COURIER-METAX
G
go-courier-metax
utilitygov1.3.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.

metax
github.com/go-courier/metax

Creates a new metadata container and sets/gets a key-value pair.

package main import ( "fmt" "github.com/go-courier/metax" ) func main() { meta := metax.New() meta.Set("key", "value") fmt.Println(meta.Get("key")) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
go-courier-metax — go get go-courier-metax · libregistry