Golang and nil-interfacing gotchas
I have been using Golang extensively in my role as an engineer at Couchbase for over three years.In this blog, I’ll cover a big big gotcha when using golang and interfaces which can lead to nasty bugs in prod!
📜 Interfaces in Golang
Golang supports ...
nightwing1998.hashnode.dev5 min read