mirror of
https://github.com/golang/go
synced 2024-11-22 02:44:39 -07:00
misc/bbedit: error and rune support
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5369057
This commit is contained in:
parent
39b2557682
commit
23f541aa54
@ -23,6 +23,7 @@
|
|||||||
default,
|
default,
|
||||||
defer,
|
defer,
|
||||||
else,
|
else,
|
||||||
|
error,
|
||||||
fallthrough,
|
fallthrough,
|
||||||
false,
|
false,
|
||||||
float32,
|
float32,
|
||||||
@ -54,6 +55,7 @@
|
|||||||
real,
|
real,
|
||||||
recover,
|
recover,
|
||||||
return,
|
return,
|
||||||
|
rune,
|
||||||
select,
|
select,
|
||||||
string,
|
string,
|
||||||
struct,
|
struct,
|
||||||
|
Loading…
Reference in New Issue
Block a user