#go
Read more stories on Hashnode
Articles with this tag
When using GORM to deal with mapping between DB table’s fields to their corresponding struct’s properties, most of the time we can rely on its...
Go JSON decoding is bit different than others again. It does not accept a string and return an object like JS or Python. Actually it does not return...
Read first: The "D" in SOLID As a follow up post, we will see how we actually structure the code end to end to conform to this DIP principle. We use...
In my last post: Go Error First Impression, I briefly touched on how error handling is unique in Go. To recap: Error is just a value to be...
I've started using Go in production systems. So far I quite like it. Go has its own Gopher's ways to do things. Among those error handling is an...