Rename test_helpers.go so it does not import httptest for users

This commit is contained in:
Div Shekhar 2016-04-02 23:34:16 -07:00
parent 233291e4e2
commit f900e7231f

View File

@ -1,3 +1,4 @@
// This file' name ends with "_test" to avoid pushing "httptest" import on users.
package gin
import (