@@ -0,0 +1,15 @@
package main
import (
"msm/boot"
"msm/route"
"github.com/gin-gonic/gin"
)
func main() {
boot.Boot()
// go termui.TermuiInit()
gin.SetMode(gin.ReleaseMode)
route.Route()
}
The note is not visible to the blocked user.