mirror of
https://github.com/golang/go.git
synced 2025-10-19 11:03:18 +00:00
cmd/list: docs: remove redundant type information to clarify the message
This commit is contained in:
parent
ace6582024
commit
fb9933427d
2 changed files with 2 additions and 2 deletions
|
@ -1041,7 +1041,7 @@
|
|||
//
|
||||
// The -retracted flag causes list to report information about retracted
|
||||
// module versions. When -retracted is used with -f or -json, the Retracted
|
||||
// field will be set to a string slice explaining why the version was retracted.
|
||||
// field explains why the version was retracted.
|
||||
// The strings are taken from comments on the retract directive in the
|
||||
// module's go.mod file. When -retracted is used with -versions, retracted
|
||||
// versions are listed together with unretracted versions. The -retracted
|
||||
|
|
|
@ -297,7 +297,7 @@ space-separated version list.
|
|||
|
||||
The -retracted flag causes list to report information about retracted
|
||||
module versions. When -retracted is used with -f or -json, the Retracted
|
||||
field will be set to a string slice explaining why the version was retracted.
|
||||
field explains why the version was retracted.
|
||||
The strings are taken from comments on the retract directive in the
|
||||
module's go.mod file. When -retracted is used with -versions, retracted
|
||||
versions are listed together with unretracted versions. The -retracted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue