From c276a1541f531519ac70c826f2f1e75da991bdfc Mon Sep 17 00:00:00 2001 From: Xhofe Date: Mon, 18 Apr 2022 18:32:29 +0800 Subject: [PATCH] chore: delete useless comment --- alist.go | 1 - public/public.go | 6 ------ 2 files changed, 7 deletions(-) diff --git a/alist.go b/alist.go index 9ad4601f..84514efa 100644 --- a/alist.go +++ b/alist.go @@ -12,7 +12,6 @@ import ( ) func Init() bool { - //bootstrap.InitLog() bootstrap.InitConf() bootstrap.InitCron() bootstrap.InitModel() diff --git a/public/public.go b/public/public.go index ff72043e..46319777 100644 --- a/public/public.go +++ b/public/public.go @@ -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