]> Cypherpunks.ru repositories - gostls13.git/commit
go code: replace closed(c) with x, ok := <-c
authorRuss Cox <rsc@golang.org>
Fri, 11 Mar 2011 19:47:44 +0000 (14:47 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 11 Mar 2011 19:47:44 +0000 (14:47 -0500)
commit3f915f51a8d16e97ac631dfb4dd5946ca675a2b8
tree296090b5a1d922cdddce36fc4160f8d411b57f50
parent8bf34e335686816f7fe7e28614b2c7a3e04e9e7c
go code: replace closed(c) with x, ok := <-c

R=golang-dev, rog, bradfitzwork, r
CC=golang-dev
https://golang.org/cl/4243072
14 files changed:
src/pkg/netchan/common.go
src/pkg/netchan/export.go
src/pkg/netchan/import.go
src/pkg/netchan/netchan_test.go
src/pkg/os/inotify/inotify_linux_test.go
src/pkg/reflect/all_test.go
src/pkg/reflect/value.go
src/pkg/template/template.go
src/pkg/testing/script/script.go
test/chan/perm.go
test/chan/select3.go
test/closedchan.go
test/ddd1.go
test/named1.go