@@ -0,0 +1,13 @@
package main
import (
_ "epic/internal/packed"
"github.com/gogf/gf/v2/os/gctx"
"epic/internal/cmd"
)
func main() {
cmd.Main.Run(gctx.GetInitCtx())
}
The note is not visible to the blocked user.