-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/website: mod tidy -diff flag missing from https://go.dev/ref/mod#go-mod-tidy #69936
Comments
For what it's worth, looks like the
|
@prattmic can I please take this up? |
@shashank-priyadarshi , thank you for helping on it. Let us know when it is ready for review. |
@ansaba @bflad I opened a CL as I saw no activity from @shashank-priyadarshi regarding this. |
Change https://go.dev/cl/639275 mentions this issue: |
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).The text was updated successfully, but these errors were encountered: