]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blame - vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/errors.go
provider: Ensured Go 1.11 in TravisCI and README
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / fsouza / go-dockerclient / external / github.com / docker / docker / pkg / system / errors.go
CommitLineData
9b12e4fe
JC
1package system
2
3import (
4 "errors"
5)
6
7var (
8 // ErrNotSupportedPlatform means the platform is not supported.
9 ErrNotSupportedPlatform = errors.New("platform and architecture is not supported")
10)