errors.go 232 B

123456
  1. package system // import "github.com/docker/docker/pkg/system"
  2. import "errors"
  3. // ErrNotSupportedPlatform means the platform is not supported.
  4. var ErrNotSupportedPlatform = errors.New("platform and architecture is not supported")