Variables And Data Types In Go
Variables are containers that hold some value. There are two types of variables in Go, one whose value can be changed and the other whose can not we call them constants.
We can define a variable using the var keyword followed by the variable name and...
blog.vivekkaushik.com3 min read
Developer Avocado
Frontend developer. Debugging this world one console.log() at a time
Useful and well-written, Thank you Vivek Kaushik