Commit 892d146a authored by Rob Pike's avatar Rob Pike

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/29340Reviewed-by: 's avatarAndrew Gerrand <adg@golang.org>
parent dcb954c3
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment