chore: delete useless comment

pull/984/head
Xhofe 2022-04-18 18:32:29 +08:00
parent cc96a5bbdb
commit c276a1541f
2 changed files with 0 additions and 7 deletions

View File

@ -12,7 +12,6 @@ import (
)
func Init() bool {
//bootstrap.InitLog()
bootstrap.InitConf()
bootstrap.InitCron()
bootstrap.InitModel()

View File

@ -4,9 +4,3 @@ import "embed"
//go:embed *
var Public embed.FS
////go:embed index.html
//var Index embed.FS
//
////go:embed assets/**
//var Assets embed.FS