My collection of my working examples of core Go features and references to resources (e.g. blogs, Youtube, etc) discussion Go.
- Basic Types
- Boolean - type
bool
(true
orfalse
) - Float
- Integer
- Iota
- Strings and Rune
- Boolean - type
- Composite Types
- Concurrency
- Embedding Files
- Error Handling
- Functions
- Generics
- Interfaces
- Memory management
- Project Managment
- Standard libraries
The following projects are a cumulation of the techniques presented here:
The content in this project is intended for educational purpose only. It is constantly updated, items my be removed, and modified without warning.