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

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}}`