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