You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I pointed someone to https://golang.org/x/tools/cmd/eg, which unhelpfully says "For documentation, run the command , or see Help in golang.org/x/tools/refactor/eg". The command cannot be run on mobile, so they following the unclickable link (with some effort) to discover a Help that is not helpful:
const Help = "" /* 4235 byte string literal not displayed */
Please consider using the technique adopted by the Go tool for package documentation: it is generated from help output.
Well, the documentation of cmd/eg is still not good, so yes, it is relevant, but command itself has been neglected for many years, and if we ever try to bring it up to date (for example, to fully support go1.15 modules), it will likely be in the context of gopls; but it is not one of the many refactorings that we are prioritizing this year. So it is unlikely to be fixed soon, or ever.
I pointed someone to https://golang.org/x/tools/cmd/eg, which unhelpfully says "For documentation, run the command , or see Help in golang.org/x/tools/refactor/eg". The command cannot be run on mobile, so they following the unclickable link (with some effort) to discover a Help that is not helpful:
const Help = "" /* 4235 byte string literal not displayed */
Please consider using the technique adopted by the Go tool for package documentation: it is generated from help output.
https://github.com/golang/go/blob/master/src/cmd/go/mkdoc.sh
The text was updated successfully, but these errors were encountered: