Initial commit
This commit is contained in:
10
vendor/github.com/hyperhq/hypercli/pkg/system/errors.go
generated
vendored
Normal file
10
vendor/github.com/hyperhq/hypercli/pkg/system/errors.go
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
package system
|
||||
|
||||
import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
var (
|
||||
// ErrNotSupportedPlatform means the platform is not supported.
|
||||
ErrNotSupportedPlatform = errors.New("platform and architecture is not supported")
|
||||
)
|
||||
Reference in New Issue
Block a user