mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-01-25 03:58:37 +08:00
15 lines
429 B
Go
15 lines
429 B
Go
// ==========================================================================
|
|
// Code generated by GoFrame CLI tool. DO NOT EDIT.
|
|
// ==========================================================================
|
|
|
|
package logic
|
|
|
|
import (
|
|
_ "hotgo/internal/logic/admin"
|
|
_ "hotgo/internal/logic/common"
|
|
_ "hotgo/internal/logic/hook"
|
|
_ "hotgo/internal/logic/middleware"
|
|
_ "hotgo/internal/logic/sys"
|
|
_ "hotgo/internal/logic/view"
|
|
)
|