]> Cypherpunks repositories - gostls13.git/commit
reflect: recognize unnamed directional channels
authorDavid Crawshaw <crawshaw@golang.org>
Fri, 4 Mar 2016 19:53:26 +0000 (14:53 -0500)
committerDavid Crawshaw <crawshaw@golang.org>
Fri, 4 Mar 2016 20:34:30 +0000 (20:34 +0000)
commit69285a8b46c1d7588d0542d4f9d00f03cbfcbca9
tree86ddee7d802dbea8650bea02756aa4d370cf196a
parent4c69e92f51645c291dc4c74aed5c56ecb0dcd57f
reflect: recognize unnamed directional channels

go test github.com/onsi/gomega/gbytes now passes at tip, and tests
added to the reflect package.

Fixes #14645

Change-Id: I16216c1a86211a1103d913237fe6bca5000cf885
Reviewed-on: https://go-review.googlesource.com/20221
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/reflect/all_test.go
src/reflect/set_test.go
src/reflect/type.go
src/runtime/type.go