1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 08:22:09 +02:00
tldr/pages.tr/common/go-run.md
2022-10-31 07:06:43 -03:00

309 B

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}}