Go Beginners Series: Data Structures, Structs, and Pointers
When writing medium-large applications in Go, you need to keep things like code organization, memory management, access to data, and code flexibility in mind. To say the least.
For example, you can only do so much with the regular data types. In fact...
olodocoder.hashnode.dev11 min read