This commit is contained in:
aozhiwei 2024-02-11 10:24:44 +08:00
parent 18db53526b
commit 092231fa3a
4 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
package controler
package controller
func init() {

View File

@ -0,0 +1 @@
package controller

View File

@ -0,0 +1 @@
package controller

View File

@ -5,6 +5,7 @@ import (
. "main/global"
_ "main/mail"
_ "main/player"
_ "main/controller"
)
func Init() {