@@ -0,0 +1,16 @@
package main
import (
"go-chat/router"
"go-chat/utils"
)
func main() {
utils.InitConfig()
utils.InitMySQL()
r := router.Router()
err := r.Run()
if err != nil {
return
}
The note is not visible to the blocked user.