style(be):拆分模块目录

This commit is contained in:
neverteaser
2021-03-20 21:42:32 +08:00
committed by dushixiang
parent d21b8cca60
commit 8e7bd69312
36 changed files with 68 additions and 48 deletions

View File

@ -4,8 +4,8 @@ import (
"fmt"
"strings"
"next-terminal/server/constant"
"next-terminal/server/global"
"next-terminal/pkg/constant"
"next-terminal/pkg/global"
"next-terminal/server/model"
"next-terminal/server/utils"

View File

@ -1,7 +1,7 @@
package repository
import (
"next-terminal/server/constant"
"next-terminal/pkg/constant"
"next-terminal/server/model"
"gorm.io/gorm"

View File

@ -1,7 +1,7 @@
package repository
import (
"next-terminal/server/constant"
"next-terminal/pkg/constant"
"next-terminal/server/model"
"gorm.io/gorm"

View File

@ -5,7 +5,7 @@ import (
"path"
"time"
"next-terminal/server/constant"
"next-terminal/pkg/constant"
"next-terminal/server/model"
"gorm.io/gorm"