1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 09:55:24 +02:00
tldr/pages/common/go-fix.md
2025-06-28 15:06:36 -07:00

189 B

go fix

Update packages to use new APIs. More information: https://pkg.go.dev/cmd/go#hdr-Update_packages_to_use_new_APIs.

  • Update packages to use new APIs:

go fix {{packages}}