From: Rob Pike Date: Mon, 19 Sep 2016 01:22:52 +0000 (+1000) Subject: cmd/vet: fix documentation for -structtags X-Git-Tag: go1.8beta1~1246 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=892d146a7aae17e5fe22e04b16ba4da7e3d8c767;p=gostls13.git 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 --- diff --git a/src/cmd/vet/doc.go b/src/cmd/vet/doc.go index 69d5f9cc78..3c3933f590 100644 --- a/src/cmd/vet/doc.go +++ b/src/cmd/vet/doc.go @@ -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.