GoLang
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
SmallTeddy
('b' + 'a' + + 'a' + 'a').toLowerCase()
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mac电脑使用bee时每次都需要source配置文件
因为使用的是zsh,所以每次打开itrem2时,都要执行一遍source ~/.bash_profile,非常的麻烦,其实修改默认配置也很简单。1、打开zsh配置文件vi ~/.zshrc2、添加配置# bash_profilesource ~/.bash_profile3、更新配置source ~/.zshrc 4、测试重新打开终端,执行bee version...原创 2021-11-22 23:50:36 · 897 阅读 · 0 评论 -
vscode中golang插件无法下载的问题解决方案
1、下载golang点击跳转 -> 去官网下载golang语言2、下载vscode点击跳转 -> 去官网下载vscode3、下载插件4、配置代理用 代理配置网站 设置下proxywindows只需设置这两行代码:$ go env -w GO111MODULE=on$ go env -w GOPROXY=https://goproxy.cn,direct5、vscode中 ctrl + shift + p输入go install, 选择update tools安装所有原创 2021-08-27 16:53:36 · 1960 阅读 · 0 评论
分享