1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 20:41:57 +00:00

Iris cmd: download packages on every iris create command

This commit is contained in:
Makis Maropoulos
2016-06-03 06:17:40 +03:00
parent a3f3e7ebd2
commit dc2b40283e
5 changed files with 22 additions and 11 deletions

View File

@@ -96,7 +96,7 @@ func TestRouter(t *testing.T) {
})
// run the tests (1)
for idx, _ := range routes {
for idx := range routes {
r := routes[idx]
e.Request(r.Method, r.RequestPath).
Expect().