- Extra Resources
- https://github.com/ardanlabs/practical-go

This introductory course explores topics like strings, REST APIs, error handling, testing, sorting, and more! Perfect for engineers just starting their journey into Go.
COURSE INTRODUCTION
This course will help you become familiar with the basic concepts of the Go programming language. Through lectures and coding exercises, you’ll learn about the core concepts needed to become a productive Go developer.Requirements:
You need to know how to program and core concepts of working with computers (such as files, HTTP, memory management…)
- A basic understanding of the Go programming language.
- Completed at least the majority of the Go Tour.
- Go SDK from golang.org/dl/
- An IDE, either VSCode with Go extension or GoLand
- Git