export router

master
kevin 4 years ago committed by kingxt
parent d4097af627
commit c637f86817

@ -9,7 +9,7 @@ import (
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/tal-tech/go-zero/rest/httpx" "github.com/tal-tech/go-zero/rest/httpx"
"github.com/tal-tech/go-zero/rest/internal/router" "github.com/tal-tech/go-zero/rest/router"
) )
func TestWithMiddleware(t *testing.T) { func TestWithMiddleware(t *testing.T) {

@ -13,7 +13,7 @@ import (
"github.com/tal-tech/go-zero/rest/handler" "github.com/tal-tech/go-zero/rest/handler"
"github.com/tal-tech/go-zero/rest/httpx" "github.com/tal-tech/go-zero/rest/httpx"
"github.com/tal-tech/go-zero/rest/internal" "github.com/tal-tech/go-zero/rest/internal"
"github.com/tal-tech/go-zero/rest/internal/router" "github.com/tal-tech/go-zero/rest/router"
) )
// use 1000m to represent 100% // use 1000m to represent 100%

Loading…
Cancel
Save