You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding Zone to all these net structs is quite disruptive. Even though the Go 1
compatibility doc says people should be using TCPAddr{IP: ip, Port: port}, there are
lots of instances of TCPAddr{ip, port} in people's code. Once the dust has settled we
need to look at the benefits and decide they are worth the cost.