From ab875000e0e71bab353c4eb40bd15cd4e25807b2 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Wed, 2 Dec 2015 15:59:15 +0000 Subject: [PATCH] fix build break --- common/net/testing/unit/unit.go | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 common/net/testing/unit/unit.go diff --git a/common/net/testing/unit/unit.go b/common/net/testing/unit/unit.go new file mode 100644 index 000000000..45dbef42f --- /dev/null +++ b/common/net/testing/unit/unit.go @@ -0,0 +1,3 @@ +package unit + +// Placeholder. Golang doesn't like folders full of test files.