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-fix.md

9 lines
230 B
Markdown
Raw Normal View History

2022-10-31 11:06:43 +01:00
# go fix
> Yeni API'ler kullanmak için paketleri güncelle.
> Daha fazla bilgi için: <https://golang.org/cmd/go/#hdr-Update_packages_to_use_new_APIs>.
- Paketleri yeni API'ler kullanmak için güncelle:
`go fix {{paketler}}`