@@ -0,0 +1,12 @@
package main
import (
"log"
"net/http"
"github.com/tgckpg/golifehk/handlers"
)
func main() {
http.HandleFunc( "/", handlers.Index )
log.Fatal(http.ListenAndServe(":8000", nil))
}
The note is not visible to the blocked user.