Registry / utility / fatih-structtag

fatih-structtag

JSON →
library1.2.0gogounverified

Package structtag provides functions to parse and manipulate Go struct field tags.

go get github.com/fatih/structtag
INSTALL
IMPORT
SIG · FATIH-STRUCTTAG
F
fatih-structtag
utilitygov1.2.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.

structtag
github.com/fatih/structtag

Creates and prints a struct tag.

package main import ( "fmt" "github.com/fatih/structtag" ) func main() { tags := structtag.Tags{ {Key: "json", Value: "name"}, } fmt.Println(tags) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fatih-structtag — go get fatih-structtag · libregistry