Golang and nil-interfacing gotchas
Jan 31 路 5 min read 路 I have been using Golang extensively in my role as an engineer at Couchbase for over three years.In this blog, I鈥檒l cover a big big gotcha when using golang and interfaces which can lead to nasty bugs in prod! 馃摐 Interfaces in Golang Golang supports ...
Join discussion