pkg/parsers/operatingsystem: fix stray import
This was caught by goimports;
goimports -w $(find . -type f -name '*.go'| grep -v "/vendor/")
CI doesn't run on these platforms, so didn't catch it.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit e4e819b49c
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
c3eecf0aa9
commit
e417e8dfc2
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
|||
package operatingsystem // import "github.com/docker/docker/pkg/parsers/operatingsystem"
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"errors"
|
||||
|
||||
"golang.org/x/sys/unix"
|
||||
|
|
Loading…
Reference in a new issue