mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-17 18:55:25 +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