mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:22:09 +02:00
go-list: add page (#4003)
Signed-off-by: gonejack <igonejack@gmail.com>
This commit is contained in:
parent
19d232cbf4
commit
f289daca9e
1 changed files with 12 additions and 0 deletions
12
pages/common/go-list.md
Normal file
12
pages/common/go-list.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# go list
|
||||
|
||||
> List packages or modules.
|
||||
> More information: <https://golang.org/cmd/go/>.
|
||||
|
||||
- List all packages:
|
||||
|
||||
`go list all`
|
||||
|
||||
- List all modules:
|
||||
|
||||
`go list -m all`
|
Loading…
Add table
Reference in a new issue