go install

go install

go run go run main.go也可以执行程序,该命令本质上是先在临时目录编译程序然后再执行。 如果…

go build

编译 go build命令表示将源代码编译成可执行文件。 在hello目录下执行: go build 编译得到…

(解决方案)runtime.main_main·f: function main is undeclared in the main package

runtime.main_main·f: function main is undeclared in the…

go: go.mod file not found in current directory or any parent directory; see ‘go help modules’

go: go.mod file not found in current directory or any p…

go: GOENV can only be set using the OS environment (解决方案)

go: GOENV can only be set using the OS environment &nbs…

A connection attempt failed because the connected party did not properly respond after a period of time,

A connection attempt failed because the connected party did not properly respond after a period of time,

下边的原因就是 国内的网络问题导致的。解决方案: 终端运行 $ go env -w GO111MODULE=o…

vscode安装-visual studio

VS Code Go采用的是UTF-8编码的文本文件存放源代码,理论上使用任何一款文本编辑器都可以做Go语言开…

配置gopath

GOROOT和GOPATH都是环境变量,其中GOROOT是我们安装go开发包的路径,而从Go 1.8版本开始,…

ansible playbook重构Rsync nfs

ansible playbook重构Rsync  nfs

playbook汇总 手动部署rsync服务: 1.安装rsync 2.配置rsync(配置文件提前收集) 3…

ansible颜色

ansible颜色

ansible 绿色 红色 黄色 代表什么含义  颜色 绿色: 代表被管理端主机没有被修改 黄色: 代表被管理…