@ -33,7 +33,7 @@ func main() {
if len(os.Args) > 1 {
listenPort = os.Args[1]
}
print("Listening on port:", listenPort, "\n")
print("Listening on port: ", listenPort, "\n")
listenPort = strings.Join([]string{":", listenPort}, "")
http.ListenAndServe(listenPort, nil)
The note is not visible to the blocked user.