refactor: migration Negroni from codegangsta to urfave
This commit is contained in:
parent
c36e0b3b06
commit
40d9058bb6
22 changed files with 16 additions and 20 deletions
|
@ -5,7 +5,7 @@ import (
|
|||
"net/http/httptest"
|
||||
"testing"
|
||||
|
||||
"github.com/codegangsta/negroni"
|
||||
"github.com/urfave/negroni"
|
||||
)
|
||||
|
||||
func TestRecoverHandler(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue