mirror of
https://github.com/golang/go
synced 2024-11-05 12:06:15 -07:00
0d197251ee
This CL breaks Go 1 API compatibility but it doesn't matter because previous ListenUnixgram doesn't work in any use cases, oops. The public API change is: -pkg net, func ListenUnixgram(string, *UnixAddr) (*UDPConn, error) +pkg net, func ListenUnixgram(string, *UnixAddr) (*UnixConn, error) Fixes #3875. R=rsc, golang-dev, dave CC=golang-dev https://golang.org/cl/6937059
4 lines
177 B
Plaintext
4 lines
177 B
Plaintext
pkg net, func ListenUnixgram(string, *UnixAddr) (*UDPConn, error)
|
|
pkg text/template/parse, type DotNode bool
|
|
pkg text/template/parse, type Node interface { Copy, String, Type }
|