tldr/pages.tr/common/go-list.md

21 lines
378 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# go list
> Paket ve modülleri sırala.
> Daha fazla bilgi için: <https://golang.org/cmd/go/#hdr-List_packages_or_modules>.
- Paketleri sırala:
`go list ./...`
- Standart paketleri sırala:
`go list std`
- Paketleri JSON formatında sırala:
`go list -json time net/http`
- Modül bağımlılıklarını ve erişilebilir güncellemeleri sırala:
`go list -m -u all`