blue-jay / blueprint

Blueprint for your next web application in Go.
https://blue-jay.github.io/
MIT License
482 stars 77 forks source link

Wiki: use of $GOPATH #43

Closed juame closed 8 years ago

juame commented 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!

josephspurrier commented 8 years ago

Yep, that does make sense. I updated all the OS pages in the Wiki: https://github.com/blue-jay/blueprint/wiki

josephspurrier commented 8 years ago

Thanks!