tags:
- ready
- online
- reviewed
- go
- summary
- informatic
- types
data-types
Contents
__Roadmap info from [ roadmap website ] (https://roadmap.sh/golang/go-basics/data-types) __
Data Types
Go is a statically typed programming language, which means each variable has a type defined at first and can only hold values with that type. There are two categories of types in Go: basics types and composite types.