Fix imports by gci

This commit is contained in:
loyalsoldier
2021-05-19 19:31:33 +08:00
parent c6813f0d24
commit 91d993b7e2
41 changed files with 64 additions and 79 deletions

View File

@@ -20,8 +20,9 @@ import (
"testing"
"time"
"github.com/beego/beego/v2/client/httplib"
"github.com/stretchr/testify/assert"
"github.com/beego/beego/v2/client/httplib"
)
func TestFilterChain(t *testing.T) {