随笔分类 -  Go

摘要:解决方案 #下载net git clone https://github.com/golang/net.git net # 安装net go install net 阅读全文
posted @ 2020-04-27 13:13 苍洱 阅读(563) 评论(0) 推荐(0)
摘要:protoc-gen-go: error:bad Go source code was generated: 163:6: illegal UTF-8 encoding (and 2915 more errors) 1 // Code generated by protoc-gen-go. DO N 阅读全文
posted @ 2017-10-16 09:01 苍洱 阅读(1111) 评论(0) 推荐(0)
摘要:1. 安装 在网上看了很多教程,都提到要安装 protoc 与 protoc-gen-go,但通过尝试之后并不能正确安装 protoc,一下记录能够顺利安装 protoc 与 protoc-gen-go 的方法。前提是已经默认安装好了 go。 安装 protoc 在该链接下下载protoc-3.3. 阅读全文
posted @ 2017-10-13 10:13 苍洱 阅读(2200) 评论(0) 推荐(0)