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

22 lines
576 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 tool
> Belirtilen bir Go aracını veya komutunu çalıştır.
> Bir Go komutunu tipik olarak hata ayıklamak için tek başına bir binary olarak çalıştır.
> Daha fazla bilgi için: <https://pkg.go.dev/cmd/go#hdr-Run_specified_go_tool>.
- Erişilebilir araçları sırala:
`go tool`
- Go bağ aracını çalıştır:
`go tool link {{örnek/konum/main.o}}`
- Çalıştırılacak komutu çalıştırmadan yazdır (`whereis`'e benzer):
`go tool -n {{komut}} {{argümanları}}`
- Belirtilen araç için resmi dokümentasyonu göster:
`go tool {{komut}} --help`