开发者社区 问答 正文

GO语言都有哪些关键字?

GO语言都有哪些关键字?

展开
收起
钉群小二 2019-12-16 14:42:59 1264 分享 版权
1 条回答
写回答
取消 提交回答
  • 见https://golang.org/ref/spec The following keywords are reserved and may not be used as identifiers.

    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

    2020-09-21 10:03:32
    赞同 展开评论
问答分类:
Go
问答地址: