1
0
mirror of https://github.com/golang/go synced 2024-10-04 22:31:22 -06:00
go/src/pkg/netchan
Rob Pike 1ce6245d6c throughout: fix broken calls to Printf etc.
I have written a tool to verify Printf calls, and although it's not
ready to be reviewed yet it's already uncovered a spate of problems
in the repository.  I'm sending this CL to break the changes into
pieces; as the tool improves it will find more, I'm sure.

R=rsc
CC=golang-dev
https://golang.org/cl/3427043
2010-12-07 16:42:54 -05:00
..
common.go netchan: handle closing of channels. 2010-09-20 10:14:39 +10:00
export.go netchan: fix dumb locking bug introduced in recent editing. 2010-12-06 14:29:05 -05:00
import.go netchan: add new method Hangup to terminate transmission on a channel 2010-10-18 15:09:43 -07:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
netchan_test.go throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00