mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-14 09:59:39 +00:00
Update cheatsheets
This commit is contained in:
13
go-fix
Normal file
13
go-fix
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# go fix
|
||||
|
||||
> Update packages to use new APIs.
|
||||
> More information: <https://golang.org/cmd/go/#hdr-Update_packages_to_use_new_APIs>.
|
||||
|
||||
- Update packages to use new APIs:
|
||||
|
||||
`go fix {{packages}}`
|
||||
Reference in New Issue
Block a user