摘要: 1、golang中cannot refer to unexported name问题 今日在golang中编写了个特定包,该包的某个函数试图让外部引用。 结果,在外部引用中,该函数发生错误:cannot refer to unexported name。 比较奇怪的是,其他函数可以被引用。 后来发现 阅读全文
posted @ 2019-07-30 22:34 码到世界末日 阅读(125) 评论(0) 推荐(0)