mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-01-26 12:48:41 +08:00
14 lines
398 B
Go
14 lines
398 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"
|
||
|
)
|