Registry / utility / go-zoox-tag

go-zoox-tag

JSON →
library1.3.4gogounverified

A Go library for parsing and manipulating struct tags.

go get github.com/go-zoox/tag
INSTALL
IMPORT
SIG · GO-ZOOX-TAG
G
go-zoox-tag
utilitygov1.3.4
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.

tag
github.com/go-zoox/tag

Parses a struct tag and retrieves the value for a key.

package main import ( "fmt" "github.com/go-zoox/tag" ) func main() { t := tag.Parse(`json:"name"`) fmt.Println(t.Get("json")) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
go-zoox-tag — go get go-zoox-tag · libregistry