@@ -0,0 +1,9 @@
package main
func main() {
r := Router()
r.LoadHTMLGlob("tmpl/*")
r.Static("/statics", "./statics")
r.Run(":88")
}
The note is not visible to the blocked user.