Using a good settings strategy can make local development and deployment a lot easier.
A recent post from the Go Programming Language Blog shows us how we should deal with error…
Go programmers know the struggle of error handling. But what about ignoring them if you don’t care? Is that a wise…
If you really want to use inheritance in Go, then type embedding is as close as you can get. But there are some things to watch out for.
When you’ve programmed in Go for a while, you start to recognize some design patterns. One of them that I’ve…