mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-01 03:14:16 +00:00
e0f1ea4a69
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>
8 lines
270 B
Go
8 lines
270 B
Go
// Copyright 2019 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// Package textpb marshals and unmarshals protocol buffer messages as the
|
|
// textproto format.
|
|
package textpb
|