Integration: MACVlan add missing import comment and build-tag
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
691eb14256
commit
316e16618f
3 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
// +build !windows
|
||||
|
||||
package macvlan
|
||||
package macvlan // import "github.com/docker/docker/integration/network/macvlan"
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// +build !windows
|
||||
|
||||
package macvlan // import "github.com/docker/docker/integration/network/macvlan"
|
||||
|
||||
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