SNSI Nayeminsinayem.hashnode.dev·Aug 11, 2023 · 2 min readHow to Install Go on UbuntuWhat 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...00