瀏覽代碼

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 <herbie@google.com>
Joe Tsai 7 年之前
父節點
當前提交
e0f1ea4a69
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      encoding/textpb/doc.go

+ 0 - 1
encoding/textpb/doc.go

@@ -4,5 +4,4 @@
 
 // Package textpb marshals and unmarshals protocol buffer messages as the
 // textproto format.
-
 package textpb