mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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
|
// +build !windows
|
||||||
|
|
||||||
package ipvlan
|
package ipvlan // import "github.com/docker/docker/integration/network/ipvlan"
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|
Loading…
Reference in a new issue