diff --git a/pkg/platform/platform.go b/pkg/platform/platform.go index af78dc4290..8c50c93b52 100644 --- a/pkg/platform/platform.go +++ b/pkg/platform/platform.go @@ -2,7 +2,7 @@ // for different platforms. // // Deprecated: this package is only used internally, and will be removed in the next release. -package platform // import "github.com/docker/docker/pkg/platform" +package platform import ( "github.com/docker/docker/internal/platform"