Re: [go-nuts] Re: go run package

2017-03-30 Thread Paul Jolly
> > A bin util, which would do something similar to your idea > `goexec bin args...` might be smart enough to sort things out > and call for the right binary in the right path, > it is also able to provide detailed information when something wrong > happen. > It would indeed be unambiguous, becaus

[go-nuts] Re: go run package

2017-03-30 Thread mhhcbon
Another scenario, There is a package x which requires a bin package Y, if the bin package is installed as global, a per package dependency reference breaks, so the bin file needs to exists into a package/vendor/bin which co exists with GOPATH/bin having the path modified to ./vendor/bin does sou