Blank Identifier( underscore ) in GoLang
The Blank identifier in Go Language is a single underscore ( _ ) operator. But before going further on what it is and how to use it? Let’s first focus on why we need a blank identifier? We know that the Go language doesn’t allow us to declare a variable unless we use it. Go […]
Blank Identifier( underscore ) in GoLang Read More »
