mirror of https://github.com/Xhofe/alist
chore: delete useless comment
parent
cc96a5bbdb
commit
c276a1541f
1
alist.go
1
alist.go
|
@ -12,7 +12,6 @@ import (
|
|||
)
|
||||
|
||||
func Init() bool {
|
||||
//bootstrap.InitLog()
|
||||
bootstrap.InitConf()
|
||||
bootstrap.InitCron()
|
||||
bootstrap.InitModel()
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue