Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 531 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 531 Bytes

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.