s/go build/go install/g On Thursday, 29 September 2016 01:41:31 UTC+10, Micky wrote: > > go list ... > go build ... > > It will build only if it it needs to! Otherwise add -a to force. > > On Wed, Sep 28, 2016 at 8:30 PM, Tim K <tim....@gmail.com <javascript:>> > wrote: > >> OK, so all that should happen is just re-install the binaries in >> $GOPATH/bin. Does anyone have any tips or helper scripts that help automate >> re-installing all these binaries? There's a pile of them which makes it a >> bit difficult to find out what exact package path they came from so they >> can be rebuilt. >> >> Thanks! >> >> >> On Wednesday, September 28, 2016 at 7:43:18 AM UTC-7, Chris Hines wrote: >>> >>> I'm pretty sure that the last few versions of Go (since 1.5 maybe) are >>> smart enough to do it automatically. I believe the .o files in the pkg tree >>> have the compiler version embedded in their meta data for this purpose. >> >> -- >> 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 <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > >
-- 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.