关键字
Keywords/关键字
https://golang.org/ref/spec#Keywords
以下是保留的关键词,不得作为标识符使用。
break default func interface select
case defer go map struct
chan else goto package switch
const fallthrough if range type
continue for import return var