1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/go-list.md

13 lines
165 B
Markdown
Raw Normal View History

# 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`