This commit is contained in:
aozhiwei 2024-02-17 20:24:38 +08:00
parent dd042e3b9d
commit f5ffe77505
3 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package main
package cache
import (
"f5"

View File

@ -1,4 +1,4 @@
package main
package cache
import (
"sync"

View File

@ -1,8 +1,9 @@
package initialize
import (
_ "main/listener"
_ "main/app"
_ "main/cache"
_ "main/listener"
. "main/global"
)