Closed as not planned
Description
What version of Go are you using (go version
)?
1.9
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (go env
)?
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/apasechnik/code/go"
GORACE=""
GOROOT="/usr/local/Cellar/go/1.9/libexec"
GOTOOLDIR="/usr/local/Cellar/go/1.9/libexec/pkg/tool/darwin_amd64"
GCCGO="gccgo"
CC="clang"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/3h/jgsxmkp14dj9tr4bk7x4vw9hf25z7p/T/go-build553012486=/tmp/go-build -gno-record-gcc-switches -fno-common"
CXX="clang++"
CGO_ENABLED="1"
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
What did you do?
cd $PROJECT_DIRECTORY
- ran
godoc -http=:6060
- looking at http://localhost:6060/pkg/
What did you expect to see?
Packages in the $PROJECT_DIRECTORY/vendor
directory along with things in $GOPATH
and $GOROOT`.
What did you see instead?
Only things in $GOPATH
and $GOROOT
.