Il giorno giovedì 19 aprile 2018 14:48:09 UTC+2, Kaveh Shahbazian ha scritto: > > Is it possible to tell go tools to get the go-path from a source other > than $GOPATH? > > No, but you can of course set the GOPATH environment variable for the go tool. As an example, on an UNIX shell:
$ GOPATH=$PWD:$GOPATH go env | grep GOPATH > [...] Manlio Perillo -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
