]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/vet: fix documentation for -structtags
authorRob Pike <r@golang.org>
Mon, 19 Sep 2016 01:22:52 +0000 (11:22 +1000)
committerRob Pike <r@golang.org>
Mon, 19 Sep 2016 02:02:44 +0000 (02:02 +0000)
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>
src/cmd/vet/doc.go

index 69d5f9cc78b46890a22616d5a6e6c170c612a4cc..3c3933f59078da81dc1997a429628e8c02daa92b 100644 (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.