Integration: IPVlan add missing import comment
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
dae9bac675
commit
93b28677bf
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
// +build !windows
|
||||
|
||||
package ipvlan
|
||||
package ipvlan // import "github.com/docker/docker/integration/network/ipvlan"
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
|
Loading…
Reference in a new issue