Add interesting fields to usage report (fixes #559)

This commit is contained in:
Jakob Borg
2015-09-06 16:36:09 +02:00
parent e26e85b6d6
commit baf231e3b6
5 changed files with 99 additions and 4 deletions

View File

@@ -8,6 +8,8 @@
package upgrade
const DisabledByCompilation = true
func upgradeTo(binary string, rel Release) error {
return ErrUpgradeUnsupported
}