divan / expvarmon

TermUI based monitor for Go apps using expvars (/debug/vars). Quickest way to monitor your Go app(s).
MIT License
2.02k stars 101 forks source link

Feature - duration string var type #31

Open cklenetsky opened 5 years ago

cklenetsky commented 5 years ago

For Issue #30

Added new KindDurationString and updated Kind() and Format(). Gave KindDurationString the same color as KindDuration. In Update, if we have a KindDurationString, try to parse it to an int64.