summaryrefslogtreecommitdiff
path: root/pkg/platform/platform_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/platform/platform_unix.go')
-rw-r--r--pkg/platform/platform_unix.go2
1 files changed, 0 insertions, 2 deletions
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 (