Add a simple extension to load llhelper deck info

Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
2023-04-21 05:16:45 +08:00
parent 02ffdd8010
commit 15f41d9380
5 changed files with 167 additions and 20 deletions
+1
View File
@@ -3,6 +3,7 @@ package main
import (
"honoka-chan/config"
"honoka-chan/handler"
_ "honoka-chan/llhelper"
"honoka-chan/middleware"
_ "honoka-chan/tools"
"honoka-chan/xclog"