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

21 lines
415 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 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`