What are the initial values assigned to variables with types in Go or Golang?
Originally Published Here ๐!
In Go or Golang, once you declare a variable using the var keyword and its corresponding type the compiler assigns an initial value to it according to the variable's type.
string type values
For string type values the in...
melvingeorge-me.hashnode.dev2 min read