zmb3 / godoc

Deprecated - use https://atom.io/packages/go-plus instead
MIT License
4 stars 1 forks source link

Cannot get this to work #16

Closed momirDjekic closed 8 years ago

momirDjekic commented 8 years ago

My setup is: OS X El Capitain 10.11.4 Atom 1.7.3 Go go1.6 darwin/amd64

When I try to use godoc, by clicking Alt+D, I get a loading image and it never gets loaded. $GOPATH/bin is is in my $PATH

Build has a green status passing

zmb3 commented 8 years ago

Is gogetdoc on your path? Can you try to run it manually from the command line?

Also, could you try to open up the dev tools (cmd+option+i) and then try to get doc with Alt+D and let me know if you see any sort of error in the console?

momirDjekic commented 8 years ago

Just tried it from the command line and it works.

When I invoke the console, I can see that godoc.js:85 stdout: appears. Nothing is printed to the console...