Registry / utility / webx-top-tagfast

webx-top-tagfast

JSON →
library0.0.1gogounverified

A Go library for fast struct tag parsing and manipulation.

go get github.com/webx-top/tagfast
INSTALL
IMPORT
SIG · WEBX-TOP-TAGFAST
W
webx-top-tagfast
utilitygov0.0.1
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.

tagfast
github.com/webx-top/tagfast

Parses a struct tag value.

package main import ( "fmt" "github.com/webx-top/tagfast" ) type User struct { Name string `json:"name"` } func main() { tag := tagfast.GetTag(User{}, "Name", "json") fmt.Println(tag) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
webx-top-tagfast — go get webx-top-tagfast · libregistry