Project Checkout
You can clone this repository by running
git clone git@github.com:transcom/mymove.git
Please check out the code in a directory like ~/Projects/mymove. You can check the code out anywhere EXCEPT inside your $GOPATH. As an example:
mkdir -p ~/Projects && cd ~/Projects
git clone git@github.com:transcom/mymove.git
cd mymove
You will then find the code at ~/Projects/mymove.