@@ -30,5 +30,8 @@ func main() {
r := router.Load()
fmt.Println("Listening on :8080")
http.ListenAndServe(":8080", r)
err = http.ListenAndServe(":8080", r)
if err != nil {
fmt.Println(err)
}
The note is not visible to the blocked user.