Data Types
1. Numeric Types
Integer Types
Floating-Point Types
Complex Numbers
Floating-Point Formatting
Examples
2. Boolean Type
3. String Type
String Immutability
String Performance Considerations
4. Array Type
5. Slice Type
Slice Behavior and Sharing
Slice Capacity Behavior
6. Map Type
Map Reference Behavior
Map Concurrency
7. Struct Type
Struct Copy Behavior
8. Interface Type
Best Practices for Data Type Usage
Additional Resources
Last updated