Hi Sebastien, 

Thanks for the answer. Yes I just realised I was installing the package 
instead of the command. It works now :+1:

On Thursday, May 28, 2020 at 1:16:00 AM UTC+8, Sebastien Binet wrote:
>
> hi,
>
> golang.org/x/tools/present is the package.
> golang.org/x/tools/cmd/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 <gede....@shopee.com 
> <javascript:>> wrote:
>
> I've tried to install the *golang.org/x/tools/present 
> <http://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 
> <http://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 golan...@googlegroups.com <javascript:>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/golang-nuts/fd88c1ca-394f-4cb0-bbb5-55e25a2bd4ee%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/golang-nuts/fd88c1ca-394f-4cb0-bbb5-55e25a2bd4ee%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
>
>

-- 
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/55812bcf-28fc-4203-a806-967505208c8b%40googlegroups.com.

Reply via email to