Browse Source

Update import path

tags/v1.2.0-rc1
Unknown 11 years ago
parent
commit
3f4c040f3f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/middleware/binding/binding_test.go

+ 1
- 1
modules/middleware/binding/binding_test.go View File

@@ -14,7 +14,7 @@ import (
"strings"
"testing"

"github.com/codegangsta/martini"
"github.com/go-martini/martini"
)

func TestBind(t *testing.T) {


Loading…
Cancel
Save