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

13 lines
309 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 run
> Binary (ikili sayı değeri) kaydetmeden Go kodunu derle ve çalıştır.
> Daha fazla bilgi için: <https://pkg.go.dev/cmd/go#hdr-Compile_and_run_Go_program>.
- Bir Go dosyası çalıştır:
`go run {{örnek/konum/dosya.go}}`
- Ana bir Go paketi çalıştır:
`go run {{örnek/konum/paket}}`