From 7086aa85b15be630d2e2925aa710d90cb2b5ed9f Mon Sep 17 00:00:00 2001 From: Madhu Venugopal Date: Sun, 21 Jun 2015 02:32:07 -0700 Subject: [PATCH] Fixing a windows compile error in docker during vendor-in Signed-off-by: Madhu Venugopal --- sandbox/neigh_windows.go | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sandbox/neigh_windows.go diff --git a/sandbox/neigh_windows.go b/sandbox/neigh_windows.go new file mode 100644 index 0000000..58b3058 --- /dev/null +++ b/sandbox/neigh_windows.go @@ -0,0 +1,4 @@ +package sandbox + +// NeighOption is a function option type to set neighbor options +type NeighOption func()