Project Checkout
Clone the mymove
repository to your local machine. You can check the code out anywhere EXCEPT inside your $GOPATH
. Ex:
mkdir -p ~/Projects && cd ~/Projects
git clone git@github.com:transcom/mymove.git
cd mymove
Optional: EditorConfig
This project uses EditorConfig to manage editor configuration (like indent sizes) with a file in the repo. Install the appropriate plugin in your editor to take advantage of that if you wish.