mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixing a windows compile error in docker during vendor-in
Signed-off-by: Madhu Venugopal <madhu@docker.com>
This commit is contained in:
parent
fbd5923964
commit
f7c37712ea
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