blob: 63045186fe8be76482fd1a78d0c6cdb93126980d [file] [log] [blame]
package system
import (
"errors"
)
var (
ErrNotSupportedPlatform = errors.New("platform and architecture is not supported")
)