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

13 lines
309 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 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}}`