blob: 162b4f98a41fda4ccbb51a9a9d1b6c753c77c7de [file] [log] [blame]
Herbie Ongdb6ad142019-03-08 17:39:59 -08001// Copyright 2019 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
Damien Neil5c5b5312019-05-14 12:44:37 -07005// Package prototext marshals and unmarshals protocol buffer messages as the
Herbie Ongdb6ad142019-03-08 17:39:59 -08006// textproto format.
Damien Neil5c5b5312019-05-14 12:44:37 -07007package prototext