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

View File

@@ -0,0 +1,20 @@
# go clean
> Obje ve önbellek dosyalarını sil.
> Daha fazla bilgi için: <https://golang.org/cmd/go/#hdr-Remove_object_files_and_cached_files>.
- Hiçbir şeyi silmeden silme komutlarını yazdır:
`go clean -n`
- Yapım önbelleğini sil:Delete the build cache:
`go clean -cache`
- Tüm önbelleğe alınan test sonuçlarını sil:
`go clean -testcache`
- Modül önbelleğni sil:
`go clean -modcache`