1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 06:02:18 +02:00

go-fix: add page (#4003)

Signed-off-by: gonejack <igonejack@gmail.com>
This commit is contained in:
gonejack 2020-05-08 20:40:07 +08:00 committed by Starbeamrainbowlabs
parent a6ef97ac93
commit 6f6d15a034
No known key found for this signature in database
GPG key ID: 1BE5172E637709C2

8
pages/common/go-fix.md Normal file
View file

@ -0,0 +1,8 @@
# go doc
> Tool for updating packages to use new APIs.
> More information: <https://golang.org/cmd/go/>.
- Update packages to use new APIs:
`go fix {{packages}}`