chore: init db and aria2

This commit is contained in:
Noah Hsu
2022-06-29 17:37:40 +08:00
parent 8abee6504f
commit 3c7a2f78cf
5 changed files with 208 additions and 5 deletions

View File

@ -35,6 +35,7 @@ func Init() {
bootstrap2.Log()
bootstrap2.InitDB()
data.InitData()
bootstrap2.InitAria2()
}
func main() {
Init()