On Thu, Mar 30, 2017 at 11:28 AM Paul Jolly <p...@myitcv.org.uk> wrote:

> go run github.com/fruit/banana arg1 arg2 ...

I don't like the idea of giving go run any more powers. It is already being
horribly abused. Your users can perhaps try

        $ $GOPATH/bin/banana arg1 arg2

if properly setting PATH is beyond whatever.

On *nix, many users have $HOME/bin already in $PATH, so using (my setup)
export GOPATH=$HOME in .bashrc/.profile solves everything.

-- 

-j

-- 
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