Hey folks, 

I'm trying to install a command inside a module globally on my system so 
that I can use that binary elsewhere. During the $GOPATH era this worked 
something like this:

go install cmd/app/main.go
// installed app to $GOPATH/bin

Unfortunately that doesn't seem to work anymore. It doesn't error, but I 
don't know where it installed the binary. Not in $GOPATH/bin.

I've read the documentation for `go help install`. It pointed me to `go 
help modules`, but then I got lost after that.

Any pointers would be greatly appreciated. Thanks!

Matt

-- 
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/ad5e444b-7d40-464b-9848-e2135d1788e0n%40googlegroups.com.

Reply via email to