go list
List packages or modules. More information: https://golang.org/cmd/go/#hdr-List_packages_or_modules.
- List packages:
go list ./...
- List standard packages:
go list std
- List packages in JSON format:
go list -json time net/http
- List module dependencies and available updates:
go list -m -u all
This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.