A guide on creating custom structs for new Go developers
One of the most fundamental things you can learn in a programming language is how to create data structures to store similar data around a similar concept.
In Go, those are called structs. Custom structs let you better control the data being passed a...
brianmmdev.hashnode.dev4 min read