Installing and using the Go language and tools associated with it (like the go command). Programming in Go itself is off-topic.
Questions tagged [golang]
23 questions
0
votes
1 answer
Not able to install golang migrate on ubuntu 22.04
curl -L https://packagecloud.io/golang-migrate/migrate/gpgkey | apt-key add -
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 …

Ubaid Aadil
- 11
0
votes
1 answer
How to set environmental in for by using os.Getenv()
Does anyone know how to set the environmental variable in Golang by using :
os.Getenv()

Encrypto
- 1