Skip to content

CodeSeoul/intro-to-golang

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages