data type

Data Types

August 27, 2021
basics
go, data type

Go is a statically typed programming language. Once the variable is defined, its data type cannot change. There are Primitive and Complex data types. Each data type behaves differently, and understanding those differences is crucial for their efficient usage.