mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
exp/types: add error type to universe
R=golang-dev, iant CC=golang-dev https://golang.org/cl/5327051
This commit is contained in:
parent
782fd1fc98
commit
e67d3c44f7
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ func init() {
|
|||
defType("rune") // TODO(gri) should be an alias for int
|
||||
defType("complex64")
|
||||
Complex128 = defType("complex128")
|
||||
defType("error")
|
||||
defType("float32")
|
||||
Float64 = defType("float64")
|
||||
defType("int8")
|
||||
|
|
Loading…
Reference in a new issue