divan / expvarmon

TermUI based monitor for Go apps using expvars (/debug/vars). Quickest way to monitor your Go app(s).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Installation Guide

omidnasiri opened this issue · comments

To install expvarmon it's mentioned in the documentation to use go get which belongs to the pre-modules era
Now a days (since 2018 and Go 1.11) you need to use

go install github.com/divan/expvarmon@latest

and of cource having $GOPATH/bin in $PATH
to be able to install this awesome app