Google News
logo
Golang - Interview Questions
List data types on Golang?
There are 4 data types in the Go language
 
* Basic type numbers, strings, and booleans
* Aggregate type structures and arrays
* Reference type slices, pointers, maps, channels, and functions
* Interface type
Advertisement