sublime-go icon indicating copy to clipboard operation
sublime-go copied to clipboard

Add doctor command

Open yields opened this issue 6 years ago • 0 comments

Similar to brew doctor, it would show errors if any of the below binaries are not installed/can't be reached

  • [ ] go version
  • [ ] go env (has GOPATH,GOROOT set)
  • [ ] golint
  • [ ] goimports
  • [ ] gocode
  • [ ] gomodifytags

should help with issues like #10.

yields avatar Aug 26 '19 23:08 yields