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

v31: In restore errors, mention which package had the problem.

Compare
Choose a tag to compare
@freeformz freeformz released this 03 Dec 00:18
· 134 commits to master since this release
This improves the situation when the user runs `godep restore`
and sees a few instances of "restore, during download dep" errors.
Previously, it was not mentioned which packages failed to download.
Turning on -v verbose mode was not a good solution since it prints
too much other information for successfully processed packages.