make routesInterface exported

This commit is contained in:
Steeve Chailloux
2015-06-23 15:57:21 -05:00
parent 1a7ab6e4d5
commit 4238c5b83d
3 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ func TestRouterGroupPipeline(t *testing.T) {
testRoutesInterface(t, v1)
}
func testRoutesInterface(t *testing.T, r routesInterface) {
func testRoutesInterface(t *testing.T, r RoutesInterface) {
handler := func(c *Context) {}
assert.Equal(t, r, r.Use(handler))