var
keyword- Short hand variable declaration
- Local variables
- Package level variables
- Variable liftimes
- Integers
- Strings
- Booleans
- Floats
- If statements
- Switch
- Structures
- Arrays
- Slices
- Map
- JSON
- XML
- Constants and iota
- Pointers
- Structures
- Functions and Methods
- Interfaces
- Packages (Public and Private feature)
- Error Handling
- Goroutines and Channels
- Sync
- HTTP
- Testing
- Exercises
- Benchmarking
- Writing Documentation
- Reflection
- The Go Tool