improvements to middleware and URL resolver

This commit is contained in:
Brad Rydzewski
2015-10-21 14:31:53 -07:00
parent eb04d418d9
commit af2ef2347a
3 changed files with 15 additions and 4 deletions

1
cache/cache_test.go vendored
View File

@@ -3,7 +3,6 @@ package cache
import (
"testing"
// "github.com/drone/drone/model"
"github.com/franela/goblin"
"github.com/gin-gonic/gin"
)