#03 Variables & Constants
Variable
Variables are for storing data values. In Golang there are available data types for variables are string, int, boolean, and float32.
There are 2 ways to declare the variable
First way is to declare a variable using the var keyword
Second ...
blog.rudra0x01.xyz3 min read