chore: update docs with install instructions for goimports

pull/20649/head
Sam Arnold 2021-01-29 11:45:17 -05:00
parent 8a16bf0531
commit 053fae914b
1 changed files with 2 additions and 1 deletions

View File

@ -228,9 +228,10 @@ goimports -w ./
go vet ./...
```
To install go vet, run the following command:
To install these tools, run the following commands:
```
go get golang.org/x/tools/cmd/vet
go get golang.org/x/tools/cmd/goimports
```
NOTE: If you have not installed mercurial, the above command will fail. See [Revision Control Systems](#revision-control-systems) above.