Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Heads up - where is the best place to send feedback for little gotchas like this:

  mbar:src shephard$ sudo go get code.google.com/p/go-tour/gotour
  Password:
  # cd .; hg clone -U https://code.google.com/p/go-tour
    /usr/local/go/src/pkg/code.google.com/p/go-tour
  package code.google.com/p/go-tour/gotour: exec: "hg":
  executable file not found in $PATH


Either the issue tracker http://code.google.com/p/go/issues or the golang-nuts mailing list http://groups.google.com/group/golang-nuts

The particular problem you have is you need mercurial installed on your system to use "go get" with mercurial repositories.


Why are you doing `sudo go get`? I installed go under my home directory, and `go get` works fine.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: