This commit is contained in:
Marcelo Magallon 2025-06-20 15:37:02 -04:00 committed by GitHub
commit 37a74e101b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -1408,6 +1408,9 @@
//
// The -x flag causes tidy to print the commands download executes.
//
// Tidy treats all build constraints except 'ignore' as satisfied, including
// implicit constraints from filenames.
//
// See https://golang.org/ref/mod#go-mod-tidy for more about 'go mod tidy'.
//
// # Make vendored copy of dependencies

View File

@ -55,6 +55,9 @@ file.
The -x flag causes tidy to print the commands download executes.
Tidy treats all build constraints except 'ignore' as satisfied, including
implicit constraints from filenames.
See https://golang.org/ref/mod#go-mod-tidy for more about 'go mod tidy'.
`,
Run: runTidy,