Description
In this course, you will learn :
- Learn how to use loops, conditionals, and switches to control which parts of your code run next.
- Learn about the various methods Go uses to store complex data.
- The syntax of Go is similar to that of C, Java, and other compiled languages, but it has a few distinguishing features. In this stage, we'll cover everything you need to know to get started with programming.
- Interfaces
- Goroutines
Syllabus :
- Go Syntax
- Flow Control
- Data Structures
- Custom Types
- Concurrency