fix: 修复 3 个文件的 goimports 导入顺序
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
package abi
|
||||
|
||||
import (
|
||||
"github.com/labstack/echo/v4"
|
||||
"next-terminal/server/common/maps"
|
||||
"next-terminal/server/common/nt"
|
||||
"next-terminal/server/dto"
|
||||
"next-terminal/server/global/cache"
|
||||
"next-terminal/server/model"
|
||||
|
||||
"github.com/labstack/echo/v4"
|
||||
)
|
||||
|
||||
type Abi struct {
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
package repository
|
||||
|
||||
import (
|
||||
"context"
|
||||
"next-terminal/server/model"
|
||||
|
||||
"context"
|
||||
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
package repository
|
||||
|
||||
import (
|
||||
"context"
|
||||
"next-terminal/server/model"
|
||||
|
||||
"context"
|
||||
)
|
||||
|
||||
var SnippetRepository = new(snippetRepository)
|
||||
|
||||
Reference in New Issue
Block a user