You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first command in this tutorial sets the GOPATH to a different value than the one given in https://revel.github.io/tutorial/gettingstarted.html#set_up_your_gopath.
This might confuse users and seems like an unnecessary duplication.
Would it make sense to remove the following line?
`$ export GOPATH="/home/me/gostuff"`
If we need to remind users to set their GOPATH correctly, we could add a prerequisite like this: Prerequisite: [Configure your GOPATH](https://revel.github.io/tutorial/gettingstarted.html#set_up_your_gopath).
The first command in the tutorial, https://revel.github.io/tutorial/createapp.html, sets the GOPATH to a different value than the value given in https://revel.github.io/tutorial/gettingstarted.html#set_up_your_gopath.
This might confuse users and seems like an unnecessary duplication.
Would it make sense to remove the following line from gettingstarted.md?
The text was updated successfully, but these errors were encountered: