struct-tags
There are 13 repositories under struct-tags topic.
srikrsna/protoc-gen-gotag
Add custom struct tags to protobuf generated structs
guiferpa/gody
:balloon: A lightweight struct validator for Go
cinar/checker
Effortless input validation in Go with the power of struct tags. No dependencies, just pure simplicity. ✨ See how! 👀
go-simpler/musttag
🚔 Enforce field tags in (un)marshaled structs
encodingx/binary
Marshal and unmarshal binary message and file formats in Go
reeflective/flags
Generate cobra command trees from structs. Go-flags compliant tags. Advanced CLI functionality, out-of-the-box.
dumim/tagconv
TagConv: Convert any Go Struct to a Map based on custom struct tags with dot notation
Southclaws/qstring
This package provides an easy way to marshal and unmarshal url query string data to and from structs.
matzefriedrich/cobra-extensions
An extension library for Cobra.
RamaRaju-personal-org/Go_Basics
This repo has detailed explanation about golang basics
a-poor/tags
Go struct tags helper library
pkx8326/simple_go_json_note-taking
This Go program demonstrates the use of structs and functions as struct methods stored in a saparated package to get string inputs from the user and save all the information in a json file with pre-determined json field names created by using struct tags.