net: meta bug for Go2 changes #28900
Comments
There's probably at least 1 too many ways to read from a UDP Conn:
Likewise with UnixConn and IPConn. And maybe they're still not sufficient because it says at: https://golang.org/pkg/net/#UDPConn.ReadMsgUDP
Maybe we can get it right in one place and remove some of the redundant ones. |
Also the more general
|
This is now tagged for 1.13, but has been open since 2012
|
A few things in my mind, though each of these must be an individual proposal and I still have no concrete draft-proposals yet:
|
This is a meta/index bug for things we might change in a possible future
net/v2
(~ "Go 2") package, including both links to other issues, or just comments with API problems/cleanups that are too little to warrant their own bugs.(This is not about
net/http
,net/mail
,net/rpc
,net/smtp
,net/nextproto
, ornet/url
. Those should have their own bugs if/when needed.)The text was updated successfully, but these errors were encountered: