1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.tr/common/go-run.md

13 lines
309 B
Markdown
Raw Normal View History

2022-10-31 11:06:43 +01:00
# 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}}`