mirror of https://github.com/golang/go.git
Merge dc73bc1f98 into 49cdf0c42e
This commit is contained in:
commit
37a74e101b
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue