Herbie Ong | db6ad14 | 2019-03-08 17:39:59 -0800 | [diff] [blame] | 1 | // 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 Neil | 5c5b531 | 2019-05-14 12:44:37 -0700 | [diff] [blame] | 5 | // Package prototext marshals and unmarshals protocol buffer messages as the |
Herbie Ong | db6ad14 | 2019-03-08 17:39:59 -0800 | [diff] [blame] | 6 | // textproto format. |
Damien Neil | 5c5b531 | 2019-05-14 12:44:37 -0700 | [diff] [blame] | 7 | package prototext |