@@ -0,0 +1,15 @@
package main
import (
"net/http"
"balance/handwork"
)
func main() {
if !handwork.Hand() {
return
}
http.HandleFunc("/test", handwork.Handback)
http.ListenAndServe(":8080", nil)
The note is not visible to the blocked user.