mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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…
Reference in a new issue