Basic Types
This lesson list of inbuilt variable types in Go.
We'll cover the following...
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 |