Go Golang Programming tutorial for beginners 5 - Constants
Constant Variables
Constants are basically variables whose values cannot be changed later.They are created in the same way you create variables but instead of using the var keyword we use the const keyword