Overview
Solid introduction to Go language for people familiar with other programming languages. It focuses on practical aspect of the language rather than theory.
Requirements
Knowledge of any programming language (e.g. C, VB, Java, PHP, whatever really). For example this course doesn’t explain what a “loop” or “if” statement is. It just explain how these concepts are implemented in Go language.
Course Outline
Go vs other programming languages
Go basic concepts
- Variables and Types
- Pointers
- Functions
- Branching and looping
- Complex Structures
- Maps and Sclices
- OOP Concepts (Classes, Interfaces)
- Error Handling
Concurency
- Concurrency Patters
Common Packages
Go Tools