Re: [go-nuts] Run go packages without compiling

2017-07-18 Thread jkleong
Thanks this is what I was looking for On Tuesday, July 18, 2017 at 1:14:54 PM UTC-7, Ian Lance Taylor wrote: > > On Tue, Jul 18, 2017 at 12:52 PM, > > wrote: > > > > If I've already compiled my golang package, I'll have files in my /bin/ > and > > /pkg/linux_amd64 folders. Is there a way I c

Re: [go-nuts] Run go packages without compiling

2017-07-18 Thread Ian Lance Taylor
On Tue, Jul 18, 2017 at 12:52 PM, wrote: > > If I've already compiled my golang package, I'll have files in my /bin/ and > /pkg/linux_amd64 folders. Is there a way I can run the compiled binary > without have to compile the code first (go run) ? Sorry, I don't understand what you asking for. Yo