Build for Solaris

This commit is contained in:
Jakob Borg
2014-06-07 03:56:13 +02:00
parent b2f66cfb60
commit 5a2328d9a5
3 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
package main
import "errors"
func upgrade() error {
return errors.New("Upgrade currently unsupported on Solaris")
}