Files
tldr/pages.tr/common/go-tool.md
2022-10-31 07:06:43 -03:00

22 lines
576 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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`