Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

v37: Change up how download/restore works a little

Compare
Choose a tag to compare
@freeformz freeformz released this 15 Dec 19:24
· 110 commits to master since this release
* Try to load the package after downloading/restoring. Previously
  that was done too early in the process.
* make previous verbose output debug output
* report a typed error instead of a string from listPackage so it can
  be asserted to provide a nicer error.
* Catch go get errors that say there are no go files found. See code
  comment as to why.
* do *all* downloading during download phase.