[go-nuts] go install does nothing - gives no error messages

2017-03-06 Thread Dave Cheney
go install -v -- 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

[go-nuts] go install does nothing - gives no error messages

2017-03-06 Thread vincent
go installation is fine, works properly for lost of packages But for this one application go install seems to do nothing and gives no warnings/messages or any output at all The packages can be built with build command and produce proper executables. Is the install command running some tests