Senior-Design-May1601 / config

Repository for product configuration files
0 stars 0 forks source link

Properly set $GOPATH #16

Closed nskinkel closed 8 years ago

nskinkel commented 9 years ago

Should be done in the golang role when we install go.

dborg92 commented 8 years ago

for clarification, are you looking for something like this?

$ mkdir $HOME/work $ export GOPATH=$HOME/work

where the rest of our code would be cloned from directories into this path? reference: https://github.com/golang/go/wiki/GithubCodeLayout