-
Notifications
You must be signed in to change notification settings - Fork 339
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
_content/ref/mod: add -x and -diff flags to go mod tidy #304
Conversation
This PR (HEAD: be1e514) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/website/+/639275. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
Message from Will Boland: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
Message from t hepudds: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
Message from Will Boland: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
Message from t hepudds: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
Message from Will Boland: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
Message from t hepudds: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
Message from Will Boland: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
be1e514
to
09ca28f
Compare
This PR (HEAD: 09ca28f) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/website/+/639275. Important tips:
|
Message from Will Boland: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
Message from t hepudds: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
Message from t hepudds: Patch Set 3: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
Message from Go LUCI: Patch Set 3: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-01-08T15:47:42Z","revision":"ee789f0368e08062f7e6d8b0e520f23e4022d445"} Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
Message from t hepudds: Patch Set 3: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
Message from Go LUCI: Patch Set 3: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
Message from Go LUCI: Patch Set 3: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
09ca28f
to
8266f04
Compare
This PR (HEAD: 8266f04) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/website/+/639275. Important tips:
|
Message from Will Boland: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
Message from t hepudds: Patch Set 4: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
Message from Go LUCI: Patch Set 4: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-01-10T02:49:05Z","revision":"3e5c12661a8262f830fd10cf524f2b6daa0af759"} Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
Message from t hepudds: Patch Set 4: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
Message from Go LUCI: Patch Set 4: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
Message from Go LUCI: Patch Set 4: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
Message from Will Boland: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
Message from Ian Lance Taylor: Patch Set 4: Auto-Submit+1 Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
Message from Go LUCI: Patch Set 4: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-02-03T03:35:50Z","revision":"3e5c12661a8262f830fd10cf524f2b6daa0af759"} Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
Message from Ian Lance Taylor: Patch Set 4: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
Message from Go LUCI: Patch Set 4: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/639275. |
Existing documentation for go mod tidy is missing -x and -diff flags. Adds these flags to the documentation. Fixes golang/go#69936 Change-Id: I00764066684461d38684b5711a17483819b50904 GitHub-Last-Rev: 8266f04 GitHub-Pull-Request: #304 Reviewed-on: https://go-review.googlesource.com/c/website/+/639275 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Sam Thanawalla <[email protected]>
This PR is being closed because golang.org/cl/639275 has been merged. |
Existing documentation for go mod tidy is missing -x and -diff flags.
Adds these flags to the documentation.
Fixes golang/go#69936