Go is a non-specific compiled language designed for system programming. Based on the syntax of C and with memory management through Garbage Collection, it is proposed as a modern alternative to the C language thanks to some features that allow parallel or concurrent programming.
Topics
- Learn the syntax of Go.
- Learn the structure of a program
Program
- Introduction (formatting and comments)
- Packages
- Functions
- Basic types and Type conversion
- Pointer, struct, array, slice, map
- Flow control statements
- Methods
- Interfaces
- Goroutines, Channels

