加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 大数据 > 正文

Go2将修改导出规则

发布时间:2020-12-16 18:57:38 所属栏目:大数据 来源:网络整理
导读:Go2将修改导出规则,只有小写字母和"_"开头的不导出. 中文等不区分大小写的标识符默认导出. A solution that's been kicking around for a while: For Go 2 (can't do it before then): Change the definition to "lower case letters and _ are package-loca

Go2将修改导出规则,只有小写字母和"_"开头的不导出. 中文等不区分大小写的标识符默认导出.

A solution that's been kicking around for a while:

For Go 2 (can't do it before then): Change the definition to "lower case letters and _ are package-local; all else is exported". Then with non-cased languages,such as Japanese,we can write 日本語 for an exported name and _日本語 for a local name. This rule has no effect,relative to the Go 1 rule,with cased languages. They behave exactly the same.

http://code.google.com/p/go/issues/detail?id=5763

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读