blob: 288318985e3e4da571e3376af209fdfaa1edd61f [file] [log] [blame]
package system
import (
"errors"
)
var (
// ErrNotSupportedPlatform means the platform is not supported.
ErrNotSupportedPlatform = errors.New("platform and architecture is not supported")
)