mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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>
This commit is contained in:
parent
5daceee6ca
commit
e4e819b49c
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