pkg/platform: move package doc to platform-agnostic file
Make sure the package's documentation is available for any platform, not just "unix". Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
9434919f76
commit
7ca38d64d2
2 changed files with 2 additions and 2 deletions
|
@ -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 (
|
||||
|
|
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue