GoLang
The Go Programming Language is a compiled high-level programming language designed at Google.
- Open-Source Repository (119.0k β)
- GoLang User Manual (π«)
- GoLang Examples (βͺ)
$ 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.