package
0.0.0-20240807084400-93202a208511
Repository: https://github.com/yirgacheffe/golang-codes.git
Documentation: pkg.go.dev

# Functions

JSONExampleWithMap shows ways to use types beyond structs and other useful functions.
MarshalAll takes.
UnmarshalAll takes data in various formats and converts them into structs.

# Structs

JSONData is our common data struct with JSON struct tags.
YAMLData is our common data struct with YAML struct tags.