Skip to content

Commit 81bc5fe

Browse files
committed
chore: rebuild import by goimports
1 parent f493165 commit 81bc5fe

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

controller/branch_ctl.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import (
99
"strings"
1010
"time"
1111

12-
13-
1412
"github.com/jiaozifs/jiaozifs/api"
1513
"github.com/jiaozifs/jiaozifs/auth"
1614
"github.com/jiaozifs/jiaozifs/models"

integrationtest/branch_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import (
55
"net/http"
66
"strings"
77

8-
"github.com/jiaozifs/jiaozifs/utils"
98
"github.com/jiaozifs/jiaozifs/api"
109
apiimpl "github.com/jiaozifs/jiaozifs/api/api_impl"
1110
"github.com/jiaozifs/jiaozifs/controller"
11+
"github.com/jiaozifs/jiaozifs/utils"
1212
"github.com/smartystreets/goconvey/convey"
1313
)
1414

models/branch_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import (
44
"context"
55
"testing"
66

7-
87
"github.com/brianvoe/gofakeit/v6"
98
"github.com/google/go-cmp/cmp"
109
"github.com/google/uuid"

0 commit comments

Comments
 (0)