mirror of
https://github.com/golang/go
synced 2024-11-20 08:54:40 -07:00
exp/types: add rune to universe
R=gri CC=golang-dev https://golang.org/cl/5295045
This commit is contained in:
parent
5abb29d1b8
commit
f4568882eb
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user