mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-28 20:44:54 +02:00
165 B
165 B
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