@@ -0,0 +1,16 @@
package main
import (
"gin-admin/internal/core"
"gin-admin/pkg/logger"
)
// @Author: yv1ing
// @Author: me@yvling.cn
// @Date: 2025/8/28 14:20
// @Desc: 程序主入口
func main() {
logger.SetupLogger("app.log")
core.Start()
}
The note is not visible to the blocked user.