chore: coding style (#3987)

This commit is contained in:
Kevin Wan
2024-03-08 16:11:28 +08:00
committed by GitHub
parent c7dacb0146
commit d184f96b13
2 changed files with 0 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ import (
"github.com/go-sql-driver/mysql"
"github.com/stretchr/testify/assert"
"github.com/zeromicro/go-zero/core/breaker"
"github.com/zeromicro/go-zero/core/logx"
"github.com/zeromicro/go-zero/core/stat"

View File

@@ -8,7 +8,6 @@ import (
"github.com/DATA-DOG/go-sqlmock"
"github.com/stretchr/testify/assert"
"github.com/zeromicro/go-zero/core/breaker"
"github.com/zeromicro/go-zero/core/logx"
"github.com/zeromicro/go-zero/core/stores/dbtest"