102 skills found · Page 1 of 4
go-ozzo / Ozzo ValidationAn idiomatic Go (golang) validation package. Supports configurable and extensible validation rules (validators) using normal language constructs instead of error-prone struct tags.
fatih / GomodifytagsGo tool to modify struct field tags
bytedance / Go TagexprAn interesting go struct tag expression syntax for field validation, etc.
favadi / Protoc Go Inject TagInject custom tags to protobuf golang struct
sethvargo / Go EnvconfigA Go library for parsing struct tags from environment variables.
fxamacker / CborCBOR codec (RFC 8949, RFC 8742) with CBOR tags, Go struct tag options (toarray, keyasint, omitempty, omitzero), float64/32/16, big.Int, and fuzz tested.
fatih / StructtagParse and modify Go struct field tags
srikrsna / Protoc Gen GotagAdd custom struct tags to protobuf generated structs
leebenson / ConformTrims, sanitizes & scrubs data based on struct tags (go, golang)
andrewstuart / GoqA declarative struct-tag-based HTML unmarshaling or scraping package for Go built on top of the goquery library
joeshaw / EnvdecodeGo package for populating structs from environment variables using struct tags
johnmai-dev / Go Orm Helper🚀🚀 A GoLand plugin that automatically provides database field completion, tags, and generates Structs for writing ORM code. Supports: Gorm、Xorm、Beego、GoFrame, etc. 一个为了让你在 Goland 上写 ORM 能自动补全数据库字段、Tag、生成Struct 的插件。支持:Gorm、Xorm、Beego、GoFrame...)
jaffee / CommandeerAutomatically sets up command line flags based on struct fields and tags.
oriser / RegroupMatch regex group into go struct using struct tags and automatic parsing
codingconcepts / EnvTag-based environment configuration for structs
twharmon / GovalidStruct validation using tags
foolin / PagserPagser is a simple, extensible, configurable parse and deserialize html page to struct based on goquery and struct tags for golang crawler
invopop / ValidationAn idiomatic Go validation package. Supports configurable and extensible validation rules (validators) using normal language constructs instead of error-prone struct tags.
BoRuDar / ConfigurationLibrary for setting values to structs' fields from env, flags, files or default tag
alimy / MirMir is a toolkit for register method handler to http engine router(eg: gin,echo,iris,mux,httprouter) use struct tag info.