go*: add Turkish translation (#9447)

This commit is contained in:
Tan Siret A
2022-10-31 11:06:43 +01:00
committed by GitHub
parent afac125d3c
commit d0ace9faf9
18 changed files with 348 additions and 0 deletions

12
pages.tr/common/go-run.md Normal file
View File

@@ -0,0 +1,12 @@
# 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}}`