Is there a way to force initialization of an integer variable in Go?
I want to define a reference type that’s basically just an int
variable, which AFAIU, is default initialized to 0 if there’s no explicit initialization during variable declaration.