Skip to content

Commit

Permalink
Integration: IPVlan add missing import comment
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Jul 11, 2019
1 parent dae9bac commit 93b2867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/network/ipvlan/ipvlan_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// +build !windows

package ipvlan
package ipvlan // import "github.com/docker/docker/integration/network/ipvlan"

import (
"context"
Expand Down

0 comments on commit 93b2867

Please sign in to comment.