Mike James

Results 1 comments of Mike James

New-to-Go checklist... $ sudo add-apt-repository ppa:gophers/archive $ sudo apt update $ sudo apt-get install golang-1.9-go $ export PATH=$PATH:/usr/lib/go-1.9/bin $ go get golang.org/x/sys/unix $ go get github.com/tobert/pcstat/pcstat $ export GOPATH=$HOME/go $...