@@ -30,7 +30,7 @@ func main() {
fullIP := r.RemoteAddr
parts := strings.Split(fullIP, ":")
ip := parts[0]
fmt.Fprintf(w, ip)
fmt.Fprint(w, ip)
})
http.ListenAndServe(":8080", nil)
The note is not visible to the blocked user.