Ivan Danyliuk
Ivan Danyliuk
Hey @arsham. Thanks, I will review it in details next week, but can you please elaborate on the reasons of moving to cmd/ folder? I'm totally aware of this practice,...
Hi Alex, thanks for PR and sorry for the response delay I initially dumped themes' support in favor of only one cause it would require some efforts to make UI...
Can you provide an example JSON output of /debug/vars?
Hi Zachary. Current design is based on fixed list of vars names, UI is being constructed before vars are fetched. Refactoring to support wildcards is probably viable, but it adds...
Hi. expvarmon is build around [TermUI](https://github.com/gizak/termui) package, so the issues like that (if any) should be reproducible with termui examples. Meanwhile, I suspect this is due to misconfiguration in that...
I'm getting this as well after switching to Go 1.11beta1. Switching back to Go 1.10 seems like has no effect. Maybe it's a coincidence, I don't know. I'm on latest...
Another detail, that may be relevant: my Go 1.11 installation is a binary installation (I didn;t compile it myself). Package files seems to have totally different encoding that crashes `gocode`....
Okay, I found it, it's called `indexed export format` and has been introduced recently: https://groups.google.com/forum/#!msg/golang-codereviews/6vqMfk1krNU/lzoJtkbuCQAJ Some more info: https://groups.google.com/forum/#!topic/golang-dev/Lj_B-O6OMv8
So the proper solution would be to implement a parser for the indexed export format. I started to work on this, but it might take longer than by people who...
Nice tool! I would comment on the package layout, as it looks overcomplicated as for the single binary Go tool. Moving `main.go` into `cmd/` makes sense if there is more...