From f900e7231fcd903fb37b93ca36d0032aa1fdaaab Mon Sep 17 00:00:00 2001 From: Div Shekhar Date: Sat, 2 Apr 2016 23:34:16 -0700 Subject: [PATCH] Rename test_helpers.go so it does not import httptest for users --- test_helpers.go => test_helpers_test.go | 1 + 1 file changed, 1 insertion(+) rename test_helpers.go => test_helpers_test.go (74%) diff --git a/test_helpers.go b/test_helpers_test.go similarity index 74% rename from test_helpers.go rename to test_helpers_test.go index 7d8020c3..8215e425 100644 --- a/test_helpers.go +++ b/test_helpers_test.go @@ -1,3 +1,4 @@ +// This file' name ends with "_test" to avoid pushing "httptest" import on users. package gin import (