Skip to main content
  1. Tags/

Go

Building New Go Project

Inspired by https://github.com/golang/go/wiki/Modules In this page, I list my approach of starting a new Go project and have it Git initiated and commited to GitHub. The idea here is to have a short stub as a starting point where I can then start adding code quickly. 1. Install hub # hub is the command line tool used to communicate with GitHub. You can easily install it using brew.