5.5 关键词

关键字是保留的,在 Go 程序中不能使用它们作为标识符。

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

最后更新于