From e0f1ea4a693a783b353c187268d9195c70de890a Mon Sep 17 00:00:00 2001 From: Joe Tsai Date: Fri, 15 Mar 2019 09:55:00 -0700 Subject: [PATCH] encoding/textpb: remove blank line A blank line between the docstring and the package expression prevents godoc from recognizing the comment as the package's docstring. Change-Id: Id3c46ec6dbadb85a9b393c34fe1f0e46ed41a447 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/167766 Reviewed-by: Herbie Ong --- encoding/textpb/doc.go | 1 - 1 file changed, 1 deletion(-) diff --git a/encoding/textpb/doc.go b/encoding/textpb/doc.go index 650d5852..ea977034 100644 --- a/encoding/textpb/doc.go +++ b/encoding/textpb/doc.go @@ -4,5 +4,4 @@ // Package textpb marshals and unmarshals protocol buffer messages as the // textproto format. - package textpb