This commit is contained in:
suyl
2021-06-15 15:15:03 +08:00
parent 81c11062f2
commit ae84589963

View File

@@ -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