Jelajahi Sumber

Merge pull request #326 from mavenugo/wneigh

Fixing a windows compile error in docker during vendor-in
Madhu Venugopal 10 tahun lalu
induk
melakukan
e0e445434f
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  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()