1
0
mirror of https://github.com/golang/go synced 2024-11-05 12:06:15 -07:00

cmd/vet: fix documentation for -structtags

Was missing a title in the documentation, so it formatted wrong.

Fixes #17124

Change-Id: Ie8a9c36fbc54eed7d8a761f89a088e582b8c062d
Reviewed-on: https://go-review.googlesource.com/29340
Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
Rob Pike 2016-09-19 11:22:52 +10:00
parent dcb954c3f7
commit 892d146a7a

View File

@ -157,6 +157,8 @@ Flag: -shift
Shifts equal to or longer than the variable's length.
Struct tags
Flag: -structtags
Struct tags that do not follow the format understood by reflect.StructTag.Get.