随笔分类 -  golang

golang基础知识
golang版本升级(Mac GoLand版)
摘要:本地的go版本是1.18,想升级到1.21,运用GoLand做快速升级 第一步 进入GoLand -》 Preferences 第二步 进入Go -〉 GOROOT 点击“+”号,选择“Download” 第三步 选择需要更新的版本 点击“OK”后“Apply”,最新版的go就会下载到你的GOPAT 阅读全文

posted @ 2023-11-15 10:55 asif 阅读(4335) 评论(0) 推荐(0)

macbook golang的debug模式不好使
摘要:因为新版mac运用了m1芯片,所以golang在debug的时候会有报错,具体如下: can not run under rosetta check that the installed build of go is right for your cpu architecture 就是cpu架构的问 阅读全文

posted @ 2021-09-29 20:24 asif 阅读(2917) 评论(0) 推荐(0)

导航