@@ -0,0 +1,11 @@
package main
import (
"net/http"
)
func main() {
http.HandleFunc("/", RequestHandler)
http.ListenAndServe(":3333", nil)
}
The note is not visible to the blocked user.