The Legend of NULL in GoLang
When handling null values, things can get a bit more complicated. Null values can be problematic because they are not equal to any other value, including other null values. This article will discuss how we can handle null values in Go.
Handling null ...
last9.hashnode.dev7 min read