Commit f4568882 authored by Russ Cox's avatar Russ Cox

exp/types: add rune to universe

R=gri
CC=golang-dev
https://golang.org/cl/5295045
parent 5abb29d1
...@@ -54,6 +54,7 @@ func init() { ...@@ -54,6 +54,7 @@ func init() {
Bool = defType("bool") Bool = defType("bool")
defType("byte") // TODO(gri) should be an alias for uint8 defType("byte") // TODO(gri) should be an alias for uint8
defType("rune") // TODO(gri) should be an alias for int
defType("complex64") defType("complex64")
Complex128 = defType("complex128") Complex128 = defType("complex128")
defType("float32") defType("float32")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment