export GOPATH=$HOME/goPATH=$PATH:$GOPATH/bin
`go install: no install location for .go files listed on command line (GOBIN not set)`
I don't see anything about GOBIN in http://golang.org/doc/code.html, but after setting GOBIN to $GOPATH/bin, I am able to install.
Is this an error on my part, a need for documentation, or possibly an issue with brew install?
Hi Rodrigo,I hadn’t tried that, but I just unset the GOBIN variable and tried just `go install` and I get this:go install: no install location for directory /Users/mehulkar/dev/go/src/hello outside GOPATH—Mehul Kar
@mehulkarOn Dec 11, 2013, at 11:15 AM, Rodrigo Kochenburger <div...@gmail.com> wrote:Have you tried just running `go install` inside the hello folder? go tool operates on package names, not files (except the run cmd)- RK
--
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...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.