centos yum 安装golang

6-24 2,815 views

Centos

# Current version: 1.12.5
$ rpm --import https://mirror.go-repo.io/centos/RPM-GPG-KEY-GO-REPO
$ curl -s https://mirror.go-repo.io/centos/go-repo.repo | tee /etc/yum.repos.d/go-repo.repo
$ yum install golang

Fedora

# Current version: 1.12.5
$ rpm --import https://mirror.go-repo.io/fedora/RPM-GPG-KEY-GO-REPO
curl -s https://mirror.go-repo.io/fedora/go-repo.repo | tee /etc/yum.repos.d/go-repo.repo
$ yum install golang

使用yum安装Go(Golang)

使用yum安装Go(Golang) 本来准备直接yum install golang或者yum install go, 执行命名后,发现没有这个包。于是只能先添加源,然后在使用命令行安装了。 Ins...

阅读全文

golang 连接 mysql 数据库

参考 https://tutorialedge.net/golang/golang-mysql-tutorial/ 使用文档 : https://sqlchoice.azurewebsites.net/en-us/sql-server/developer-get-started...

阅读全文

mac,vs code调试go文件的时候出现”Could not launch process: stub exited while waiting for connection”

1. sudo vi /etc/hosts 2.按顺序输入以下内容 255.255.255.255 broadcasthost 127.0.0.1 localhost ::1 localhost

阅读全文

欢迎留言