mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-21 20:35:16 +00:00
模块化变更
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package system
|
||||
|
||||
import (
|
||||
"gin-vue-admin/config"
|
||||
)
|
||||
|
||||
// 配置文件结构体
|
||||
type System struct {
|
||||
Config config.Server
|
||||
}
|
||||
Reference in New Issue
Block a user