Go Golang Programming 5 - Constant Variables const keyword

Опубликовано: 19 Февраль 2018
на канале: OSPY
27
1

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