Selaa lähdekoodia

Fixing a windows compile error in docker during vendor-in

Signed-off-by: Madhu Venugopal <madhu@docker.com>
Madhu Venugopal 10 vuotta sitten
vanhempi
commit
f7c37712ea
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      libnetwork/sandbox/neigh_windows.go

+ 4 - 0
libnetwork/sandbox/neigh_windows.go

@@ -0,0 +1,4 @@
+package sandbox
+
+// NeighOption is a function option type to set neighbor options
+type NeighOption func()