Data Types In GO:
Declarations:
THE ZERO VALUE:
Like most modern languages GO assigns a default zero value to any variable declared but not assigned a value.
LITERALS:
Refers to writing out a number, character, or string in GO.There are different types of literals:a. ...
akku.hashnode.dev15 min read