package
0.0.0-20230130100827-6c64ebff31b2
Repository: https://github.com/packtpublishing/go-cookbook.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

DeSerializeStructStrings converts a serialized string using our custom serialization format to a struct.
EmptyStruct demonstrates serialize and deserialize for an Empty struct with tags.
FullStruct demonstrates serialize and deserialize for an Full struct with tags.
SerializeStructStrings converts a struct to our custom serialization format it honors serialize struct tags for string types.

# Structs

Person is a struct that stores a persons name, city, state, and a misc attribute.