@@ -377,8 +377,8 @@ func main() {
done <- true
}()
log.Print("Server started at port 8083")
go http.ListenAndServe(":8083", mux)
log.Print("Server started at port 8080")
go http.ListenAndServe(":8080", mux)
<-done
}
The note is not visible to the blocked user.