go-fix: add page (#4003)

Signed-off-by: gonejack <igonejack@gmail.com>
client-spec/clarity
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
1 changed files with 8 additions and 0 deletions

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