When I use go get command:
sudo go get -u github.com/golang/dep/cmd/dep
My GOPATH is:
GOPATH="/home/hadoop/gopath"
and i found go get will create a new directory which named "go" in /home,and the dep package is in it, I want to know why not in GOPATH but to create a new directory?