Basic Types

This lesson list of inbuilt variable types in Go.

List of Built In Types

The following are the built in types in Go:

Common Types

bool true or false
string an array of characters

Numeric types

...