1
0
mirror of https://github.com/golang/go synced 2024-11-18 15:14:44 -07:00
go/doc
Mikio Hara 0d197251ee net: change ListenUnixgram signature to return UnixConn instead of UDPConn
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
2012-12-16 11:51:47 +09:00
..
articles doc: clear execute bit 2012-12-04 20:37:19 +09:00
codewalk doc/codewalk/markov: fix the highlight range of the step "The NewChain constructor function". 2012-10-18 08:12:44 +11:00
devel doc: Remove obsolete references to weekly releases. 2012-09-23 16:18:19 -05:00
gopher doc/gopher: add high-resolution pencil sketches 2012-12-12 10:51:13 -08:00
play doc/play: sync playground.js with go-playground repo 2012-12-13 14:32:03 +11:00
progs effective_go: use html/template instead of text/template 2012-09-13 13:41:13 -07:00
cmd.html
code.html doc: link to Go coding screencast 2012-11-13 16:50:44 +01:00
contrib.html doc: Remove obsolete references to weekly releases. 2012-09-23 16:18:19 -05:00
contribute.html doc/contribute: mention 'hg help codereview' 2012-12-11 13:36:43 -05:00
debugging_with_gdb.html doc: NetBSD is fully supported now 2012-10-16 16:02:56 +08:00
docs.html doc: link to Go coding screencast 2012-11-13 16:50:44 +01:00
effective_go.html doc/effective_go: don't use ALL_CAPS for variable names. 2012-11-08 11:55:46 +11:00
gccgo_contribute.html
gccgo_install.html
go1.1.html net: change ListenUnixgram signature to return UnixConn instead of UDPConn 2012-12-16 11:51:47 +09:00
go1.html
go1compat.html
go_faq.html faq: mention go vet in "What happens with closures running as goroutines?" 2012-11-12 07:25:54 -08:00
go_mem.html doc: Don't imply incorrect guarantees about data races. 2012-09-11 08:47:30 +10:00
go_spec.html spec: more explicit comments for constant expression examples 2012-12-12 14:25:40 -08:00
go-logo-black.png
go-logo-blue.png
go-logo-white.png
godocs.js doc/godoc.js: put focus on div#page when necessary 2012-10-16 14:28:18 +08:00
help.html
ie.css
install-source.html doc: add important info for would-be go contributors. 2012-09-26 14:39:31 -04:00
install.html doc/install: document system requirements for the FreeBSD/ARM port 2012-11-12 12:20:42 +01:00
jquery.js godoc: add jQuery to Go repository, rewrite godocs.js to use jQuery 2012-10-04 15:31:25 +10:00
logo-153x55.png
Makefile doc/progs: use test/run.go for testing on Windows 2012-09-03 03:49:03 +08:00
reference.html doc: remove misplaced articles from references page 2012-10-25 11:05:42 +11:00
root.html godoc: restore toy selection to playground widget 2012-10-11 09:53:37 +11:00
share.png
sieve.gif
style.css go/doc: hide "Program exited." message from front page playground output 2012-12-13 15:35:38 +11:00
tos.html