This is the code part of the Golang crash course. It's meant to go along with the presentation slides. The presentation was also streamed on YouTube.
- Install Go
- In this directory, run
go mod tidy
Each file is meant to be run independently. You can execute each with go run <file.go>
where <file.go>
is the name of some Go file.