]> Cypherpunks repositories - gostls13.git/commit
spec: make all comparison results untyped bool
authorRuss Cox <rsc@golang.org>
Wed, 22 Feb 2012 03:04:30 +0000 (22:04 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 22 Feb 2012 03:04:30 +0000 (22:04 -0500)
commit9c08d6508442a7491aeb615c52d69d38b1c477c6
tree664ed5778555142589393efd01fa9ed816ad8596
parent7b22e4628296518691a8ce6e4e4065ff4aeb69d8
spec: make all comparison results untyped bool

Or, depending on your point of view, make the
comparisons satisfy any surrounding boolean type.

Also, fix a few foo_bar -> fooBar in code fragments.

Fixes #2561.

R=golang-dev, r, bradfitz, gri, iant, kevlar
CC=golang-dev
https://golang.org/cl/5671096
doc/go_spec.html