#golang
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...
There are numerous discussion and debates around different testing strategies, and it still feels hard to find consensus on what makes unit test. That...
The core requirement of this data structure: The cache serves as a key-value store and has some capacity We can put items to the cache until it...
In previous posts, I explored the unique design of Go error handling. This time I am moving to another part: Go slice. Similar to error handling, this...
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...