@@ -144,7 +144,7 @@ func main() {
http.ListenAndServe("0.0.0.0:6060", nil)
}
}()
l, err := net.Listen("tcp", "http://print.jxcs.net:8000")
l, err := net.Listen("tcp", "print.jxcs.net:8000")
if err != nil {
fmt.Println("listen error:", err)
return
The note is not visible to the blocked user.