Go 1.6 I haven't tried tip but according to a comment on a related issue <https://github.com/golang/go/issues/6853#issuecomment-66088642>, it doesn't sound like this is seen as Go's issue so I wouldn't expect any changes
$ GOOS=darwin go build -o glock github.com/robfig/glock $ upx glock Ultimate Packer for eXecutables Copyright (C) 1996 - 2013 UPX 3.91 Markus Oberhumer, Laszlo Molnar & John Reiser Sep 30th 2013 File size Ratio Format Name -------------------- ------ ----------- ----------- upx: glock: UnknownExecutableFormatException Packed 0 files. $ GOOS=linux go build -o glock github.com/robfig/glock $ upx glock Ultimate Packer for eXecutables Copyright (C) 1996 - 2013 UPX 3.91 Markus Oberhumer, Laszlo Molnar & John Reiser Sep 30th 2013 File size Ratio Format Name -------------------- ------ ----------- ----------- 10734192 -> 3110464 28.98% linux/ElfAMD glock Packed 1 file. Sounds like there is no such tool. Thanks anyway! On Thursday, June 23, 2016 at 4:32:34 AM UTC-4, Peter Waller wrote: > > On 23 June 2016 at 04:49, Miki Tebeka <miki....@gmail.com <javascript:>> > wrote: > >> Which version of Go are you using? According to >> https://github.com/pwaller/goupx upx should work well with go 1.6 >> (didn't check) >> > > goupx only ever worked with Linux binaries, not OSX (darwin) binaries. I > (author of goupx) don't know the state of play for upx and go darwin > binaries. > -- 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.