Re: [go-nuts] [HELP] Install golang.org/x/tools/present successful but cannot find the binary

2020-05-27 Thread gede . pentium
/present is the command. > > you should install the command :) (which will in turn compile and install > the package under the cover). > > hth, > -s > > > > ‐‐‐ Original Message ‐‐‐ > On Wednesday, May 27, 2020 7:05 AM, Gede Pentium > wrote: > &

[go-nuts] [HELP] Install golang.org/x/tools/present successful but cannot find the binary

2020-05-27 Thread Gede Pentium
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 ./bas