On Mon, Jan 29, 2018 at 12:49 PM, wilson <hancock.rob...@gmail.com> wrote:
>
> On a Mac with go version 1.9.3  with a GOPATH=$HOME/go with the subdirs src,
> pkg, and bin, I ran:
>
> go get golang.org/x/tools/present
>
> The source was downloaded  and present.a was downloaded into
> $GOPATH/pkg/darwin_amd64/golang.org/x/tools. But, no executable in
> $GOPATH/bin.  There is no change even if I run go install on the source
> files. Am I missing something?

That installs the supporting package, but you want the command.  Run
`go get golang.org/x/tools/cmd/present`.

Ian

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to