pkg/parsers/kernel: remove duplicate Package godoc
It was present both in kernel.go and kernel_unix.go. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
5dd50a381a
commit
775dcab7a2
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
|||
//go:build linux || freebsd || openbsd
|
||||
// +build linux freebsd openbsd
|
||||
|
||||
// Package kernel provides helper function to get, parse and compare kernel
|
||||
// versions for different platforms.
|
||||
package kernel // import "github.com/docker/docker/pkg/parsers/kernel"
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in a new issue