$ time gofresh *
Checking 19 packages for updates...
Everything is up to date.
real 0m0.009s
user 0m0.004s
sys 0m0.004s
(fails silently, also the message is misleading)
Compare to this:
$ time gofresh
Found 19 imports, checking for updates...
XXX/api/server: exit status 128
XXX/api/internal/testingutils: exit status 128
XXX/category: exit status 128
XXX/misc/closer: exit status 128
Everything is up to date.
real 0m3.180s
user 0m0.118s
sys 0m0.090s
(fails silently, also the message is misleading)
Compare to this: