Golang

go git

Errmain.go:7:2: cannot find package "github.com/lib/pq" in any of: /usr/local/go/src/github.com/lib/pq (from $GOROOT) /home/ub1/go/src/github.com/lib/pq (from $GOPATH) sudo apt install git Errb1@ub1-System-Product-Name:~/golang/03$ go get …

Golang

sudo snap install go rror: This revision of snap "go" was published using classic confinement and thus may perform arbitrary system changes outside of the security sandbox that snaps are usually confined to, which may put your system at ri…

Uuntu20.04 Golang

https://golang.org/ https://mebee.info/2020/05/01/post-10627/ https://ja.linux-console.net/?p=637 cd /home/ub1/ダウンロードgo1.17.2.linux-amd64.tar.gz sudo tar -C /usr/local -xzf go1.17.2.linux-amd64.tar.gzgitsudo apt install gitexport PAT…