mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00:00
doc: fix broken link to the vet command documentation
Fixes #15188 Change-Id: I0ab7791f7db499cef6bc52292d3d93ff4da7caff Reviewed-on: https://go-review.googlesource.com/23151 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
6b99fb5bea
commit
1b86862d0d
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ gofmt</a> command with more general options.</td>
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="//godoc.org/golang.org/x/tools/cmd/vet/">vet</a></td>
|
||||
<td><a href="/cmd/vet/">vet</a></td>
|
||||
<td> </td>
|
||||
<td>Vet examines Go source code and reports suspicious constructs, such as Printf
|
||||
calls whose arguments do not align with the format string.</td>
|
||||
|
|
Loading…
Reference in a new issue