commit fbfa971a162d57aa03ca2b3365b35c4d0998aea4 [browse]
Author: Andrew Gerrand
Date: 2010-11-24 10:47:59 +11:00

release.2010-11-23

R=nigeltao
CC=golang-dev
https://golang.org/cl/3293041

commit de3a3976153a75ae00bbbdff9acb6624e9159702 [browse]
Author: Yves Junqueira
Date: 2010-11-23 10:43:16 +11:00

doc: add link to codewalks.

Fixes #1281.

R=adg
CC=golang-dev
https://golang.org/cl/3150041

commit 52c23f300972fefdb7cbc57eadbc524afeea0cf5 [browse]
Author: Yves Junqueira
Date: 2010-11-23 10:42:04 +11:00

Documentation: how to write Makefiles for commands.

Fixes #1282.

R=adg
CC=golang-dev
https://golang.org/cl/3152041

commit 95c341fc78b885b265314a678fa6643522ce37f5 [browse]
Author: Wei Guangjing
Date: 2010-11-22 11:01:30 -05:00

net: add ReadFrom and WriteTo windows version.

Fixes #1275.

R=rsc, brainman
CC=golang-dev
https://golang.org/cl/3136042

commit 1ee4512b98edfadbd2e12fb983232cf08cd8b31d [browse]
Author: Anthony Martin
Date: 2010-11-22 10:59:51 -05:00

gc: better error message for bad type in channel send

# test program
1 package main
2
3 type C chan int
4
5 func F(c C) {
6 	c <- true
7 }

# old error
test.go:6: cannot use true (type bool) as type int in function argument

# new error
test.go:6: cannot use true (type bool) as type int in channel send

R=rsc, ejsherry
CC=golang-dev
https://golang.org/cl/3231042

clone the repository to get more history