/learn_go

Personal repository to learn the Go Programming language

Primary LanguageGo

Learning Go

A personal repo on learning the Go programming language

Resources

Notes

  • Run: $ go run <filename>.go
  • Compile: $ go build <filename>.go