GoLang

The Go Programming Language is a compiled high-level programming language designed at Google.

$ sudo apt install golang-go
$ echo "export PATH=$PATH:$(go env GOPATH)/bin" >> ~/.bashrc

You can install remote packages using:

$ go install github.com/<user>/<repo>/cmd/<name>@version

πŸ‘» To-do πŸ‘»

Stuff that I found, but never read/used yet.