Q&A
Ask and answer questions to make information more available to wider audiences.
Christopher Brower @christopherbrower1   06, Jun 2023 12:00 AM
data types
What data types are available on Golang?
answers 2
 
Answer 1
Lily Jarvi @jarvilily   12, Jun 2023 06:12 PM
There are 4 data types in the Go language
1. Basic type numbers, strings, and booleans
2. Aggregate type structures and arrays
3. Reference type slices, pointers, maps, channels, and functions
4. Interface type
 
Answer 2
Samantha Jeanes @jeanessamantha   12, Jun 2023 06:02 PM
Reference type
Basic type
Interface type
Aggregate type