Integration: MACVlan add missing import comment and build-tag
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 316e16618f
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
8c8de170d2
commit
edeff03134
3 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
// +build !windows
|
// +build !windows
|
||||||
|
|
||||||
package macvlan
|
package macvlan // import "github.com/docker/docker/integration/network/macvlan"
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// +build !windows
|
||||||
|
|
||||||
package macvlan // import "github.com/docker/docker/integration/network/macvlan"
|
package macvlan // import "github.com/docker/docker/integration/network/macvlan"
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
1
integration/network/macvlan/main_windows_test.go
Normal file
1
integration/network/macvlan/main_windows_test.go
Normal file
|
@ -0,0 +1 @@
|
||||||
|
package macvlan // import "github.com/docker/docker/integration/network/macvlan"
|
Loading…
Reference in a new issue