summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rw-r--r--pkg/platform/platform.go2
-rw-r--r--pkg/platform/platform_unix.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkg/platform/platform.go b/pkg/platform/platform.go
index f6b02b734a..874461a93c 100644
--- a/pkg/platform/platform.go
+++ b/pkg/platform/platform.go
@@ -1,3 +1,5 @@
+// Package platform provides helper function to get the runtime architecture
+// for different platforms.
package platform // import "github.com/docker/docker/pkg/platform"
import (
diff --git a/pkg/platform/platform_unix.go b/pkg/platform/platform_unix.go
index 9911b820ca..b52708d112 100644
--- a/pkg/platform/platform_unix.go
+++ b/pkg/platform/platform_unix.go
@@ -1,8 +1,6 @@
//go:build !windows
// +build !windows
-// Package platform provides helper function to get the runtime architecture
-// for different platforms.
package platform // import "github.com/docker/docker/pkg/platform"
import (