Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicate/conflicting command from tutorial #203

Open
rolfedh opened this issue May 18, 2021 · 1 comment
Open

Remove duplicate/conflicting command from tutorial #203

rolfedh opened this issue May 18, 2021 · 1 comment

Comments

@rolfedh
Copy link
Contributor

rolfedh commented May 18, 2021

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?

$ export GOPATH="/home/me/gostuff"
rolfedh added a commit to rolfedh/revel.github.io that referenced this issue May 18, 2021
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"`
@rolfedh
Copy link
Contributor Author

rolfedh commented May 18, 2021

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant