zmb3 / godoc

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

Issues on OS X #39

Closed sdemura closed 8 years ago

sdemura commented 8 years ago

OS X 10.11.6 Atom 1.10.2

$ /usr/local/go/bin/go version
go version go1.7.1 darwin/amd64

$ /usr/local/go/bin/go env
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/sean/Code/go"
GORACE=""
GOROOT="/usr/local/go"
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
CC="clang"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/55/tyr_4p4d6175m16nrn1s3mh40000gn/T/go-build289574035=/tmp/go-build -gno-record-gcc-switches -fno-common"
CXX="clang++"
CGO_ENABLED="1"
~$ gogetdoc
missing required -pos flag
~$ which gogetdoc
//Users/sean/Code/go/bin/gogetdoc

When I go to use the tool, all I get is

Generating documentation...

in the go-plus pane.

sdemura commented 8 years ago

Removing brew installed Go and using the official Go packages have resolved this issue.