#Tipe

3 articles

Get to know variables and constants in Golang

Get to know variables and constants in Golang

Variables

The following is an example of the basic implementation of using variables in the program below

Getting to know Data Types in Golang

Getting to know Data Types in Golang

##Numbers

Integers

There are integer types that we can use, including uint8, uint16, uint32, uint64, int8, int16, int32 and int64. The following is an example of using integer type variables in the go program: