Open bflad opened 1 month ago
Related Issues and Documentation
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)
For what it's worth, looks like the -x
flag is also not documented on the website. π
The -x flag causes tidy to print the commands download executes.
@prattmic can I please take this up?
@shashank-priyadarshi , thank you for helping on it. Let us know when it is ready for review. cc: @samthanawalla
Go version
go version go1.23.2 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
I happened to know that
go mod tidy -diff
was added in 1.23 π , but a quick web search forgo mod tidy
returned https://go.dev/ref/mod#go-mod-tidy, which does not list the new-diff
flag. It is correctly shown incmd/go
help text:What did you see happen?
The command help also points to the website, which doesn't list the flag.
What did you expect to see?
-diff
flag documentation added on the website. π Apologies if this isn't the correct place to file this sort of issue (was just following the directions at the bottom of https://github.com/golang/website/blob/master/README.md#report-issues--send-patches).