I've tried to install the *golang.org/x/tools/present*, but still cannot 
find the *present* binary in $GOPATH/bin

Command: *go get -u -v golang.org/x/tools/present*

There is no error in the installation, even after adding *-v* flag there is 
no error

go version *go1.14.3* darwin/amd64

My ./bashrc

export GOPATH=$HOME/go
export GOROOT=/usr/local/go
export PATH=$PATH:$GOPATH/bin
export PATH=$PATH:$GOROOT/bin

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/fd88c1ca-394f-4cb0-bbb5-55e25a2bd4ee%40googlegroups.com.

Reply via email to