Explorar el Código

Update import path

Unknown hace 11 años
padre
commit
3f4c040f3f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      modules/middleware/binding/binding_test.go

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

@@ -14,7 +14,7 @@ import (
 	"strings"
 	"testing"
 
-	"github.com/codegangsta/martini"
+	"github.com/go-martini/martini"
 )
 
 func TestBind(t *testing.T) {