Merge pull request #326 from mavenugo/wneigh
Fixing a windows compile error in docker during vendor-in
This commit is contained in:
commit
e0e445434f
1 changed files with 4 additions and 0 deletions
4
libnetwork/sandbox/neigh_windows.go
Normal file
4
libnetwork/sandbox/neigh_windows.go
Normal file
|
@ -0,0 +1,4 @@
|
|||
package sandbox
|
||||
|
||||
// NeighOption is a function option type to set neighbor options
|
||||
type NeighOption func()
|
Loading…
Add table
Reference in a new issue