From 53eeff3c441d39009807a65210af778968e4c3e5 Mon Sep 17 00:00:00 2001 From: Soam Vasani Date: Wed, 31 Aug 2016 11:00:42 -0700 Subject: [PATCH] Build test utils only in 'go test' --- src/router/{testUtil.go => util_test.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/router/{testUtil.go => util_test.go} (100%) diff --git a/src/router/testUtil.go b/src/router/util_test.go similarity index 100% rename from src/router/testUtil.go rename to src/router/util_test.go