Closed juame closed 8 years ago
Not sure how I can put this into the project. It might not be an issue: I was thinking about if it would make sense to use $GOPATH instead of the fullpath in the examples of the wiki?
So, instead of
export JAYCONFIG=$HOME/godev/workspace/src/github.com/blue-jay/blueprint/env.json
just:
export JAYCONFIG=$GOPATH/src/github.com/blue-jay/blueprint/env.json
Thanks!
Yep, that does make sense. I updated all the OS pages in the Wiki: https://github.com/blue-jay/blueprint/wiki
Not sure how I can put this into the project. It might not be an issue: I was thinking about if it would make sense to use $GOPATH instead of the fullpath in the examples of the wiki?
So, instead of
just:
Thanks!