# Golang
#
pkgs_golang: list pkgs-golang.list
- go get -u $(shell ./list pkgs-golang.list)
+ go install $(shell ./list pkgs-golang.list)
#
# Ubuntu
#
-github.com/junegunn/fzf # Fuzzy finder
-github.com/gokcehan/lf # Pretty terminal file manager/browser
-github.com/schachmat/wego # Weather app for the terminal
-github.com/cjbassi/gotop # Another terminal based graphical activity monitor, inspired by gtop and vtop, this time written in Go!
+github.com/junegunn/fzf@latest # Fuzzy finder
+github.com/gokcehan/lf@latest # Pretty terminal file manager/browser
+github.com/schachmat/wego@latest # Weather app for the terminal
+github.com/cjbassi/gotop@latest # Another terminal based graphical activity monitor, inspired by gtop and vtop, this time written in Go!