-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
godoc command not found after install #653
Comments
After googling around, I found out this is issue with $PATH. When you install |
I've noticed this problem after browsing through docs - official Go instructions do not include any information about adding the Another, minor thing - it seems
@microwavestine - isn't that expected behaviour based on the
I don't think $GOPATH is, at any stage, added automatically to $PATH by the Go install process (or suggested to be added by the docs, which limit addition to $PATH to |
@Battlesheepu Yup, that's the expected behavior but I wasn't aware of it until I came across this issue. I believe this part in Install Go section of docs was misleading for beginners like me (who never had GOPATH set before):
I haven't followed through tutorial for too long... thanks for raising the issue and keeping it updated. |
in chapter Hello World, after the install for godoc terminal does now allow the
godoc
command.Instruction should be updated or removed.
The text was updated successfully, but these errors were encountered: