Registry / utility / golibs-fields

golibs-fields

JSON →
library1.0.6gogounverified

A Go library for working with structured fields, likely for database or serialization purposes.

go get git.corout.in/golibs/fields
INSTALL
IMPORT
SIG · GOLIBS-FIELDS
G
golibs-fields
utilitygov1.0.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.

fields
git.corout.in/golibs/fields

Creates a new field and prints its string representation.

package main import ( "fmt" "git.corout.in/golibs/fields" ) func main() { f := fields.New("name", "value") fmt.Println(f.String()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
golibs-fields — go get golibs-fields · libregistry