@ -0,0 +1,15 @@
package main
import (
"github.com/flamego/flamego"
)
func main() {
f := flamego.Classic()
f.Get("/", func() string {
return "Hello, Flamego!"
})
f.Run()
}
The note is not visible to the blocked user.