Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 585 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 585 Bytes

GoByExample code-along

Just getting the hands dirty with golang following the awesome GoByExample website by Mark McGranaghan

Goal

  • Get familiar with Go
  • Use the concepts in this repo as reference in future projects

Running the code

./scripts/run.sh

Upgrading Go version in macOS

brew update
brew upgrade go

Further reading