摘要:配置go mod Go 1.11,可以将项目放在 GOPATH 之外, 下面的过程就是这样场景的项目建立过程。 $ go mod init archmeasure go: creating new go.mod: module archmeasure go: to add module requir
阅读全文
posted @ 2022-07-28 15:36
|
|
07 2022 档案
摘要:配置go mod Go 1.11,可以将项目放在 GOPATH 之外, 下面的过程就是这样场景的项目建立过程。 $ go mod init archmeasure go: creating new go.mod: module archmeasure go: to add module requir
阅读全文
posted @ 2022-07-28 15:36
摘要:clone 仓库时,碰到下面错误: % git clone ssh://git@git.aaa.com/~guohongjun/arch-measure.git Cloning into 'arch-measure'... git@git.aaa.com: Permission denied (pu
阅读全文
posted @ 2022-07-28 14:36
摘要:下载并安装 我这里用的是 社区版MySQL5.7.26。 下载地址:https://downloads.mysql.com/archives/community/ 安装后需要重启,在系统偏好设置这里可以看到对应图标 使用前,确保MySQL服务在启动状态 设置PATH Mac下PATH配置是在 /et
阅读全文
posted @ 2022-07-28 07:30
摘要:安装 go install golang.org/x/mobile/cmd/...@latest 参考: Creating an application with gomobile build) Mac 下用 go 开发Android应用环境设置 Go Mobile 例子 basic 源码分析 Go
阅读全文
posted @ 2022-07-21 19:51
|
|