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.

To learn more about types in Go, visit these resources :

Visit the following resources to learn more: