Build for Solaris
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
// Use of this source code is governed by an MIT-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
// +build !solaris
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
|
||||
7
cmd/syncthing/upgrade_solaris.go
Normal file
7
cmd/syncthing/upgrade_solaris.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "errors"
|
||||
|
||||
func upgrade() error {
|
||||
return errors.New("Upgrade currently unsupported on Solaris")
|
||||
}
|
||||
Reference in New Issue
Block a user