/intro-to-golang

Primary LanguageGoMIT LicenseMIT

Intro to Golang

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.

Setup

  1. Install Go
  2. In this directory, run go mod tidy

Running

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.