How to Install Go on Ubuntu
What is go?
Go is a compiled, statically typed programming language developed by Google. Many modern applications such as Docker, Kubernetes, and Caddy are written in Go.
Install Go
Use curl or wget to download the current binary for Go from the off...
sinayem.hashnode.dev2 min read