summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2016-02-11 14:59:07 -0800
committerBrad Fitzpatrick <bradfitz@golang.org>2016-02-11 14:59:07 -0800
commit4eab30f13db9d8b25c752e99d1583628ac2fa422 (patch)
tree365bfc62b783ea1345f190cec40ded72e145ff69
parent7e022f85f59cec314f2aa1493667b23216a6e494 (diff)
downloadgolang-groupcache-4eab30f13db9d8b25c752e99d1583628ac2fa422.tar.gz
testpb: add syntax declaration to proto file
Required for Google's internal build system.
-rw-r--r--testpb/test.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/testpb/test.proto b/testpb/test.proto
index 7292dce..b9dc6c9 100644
--- a/testpb/test.proto
+++ b/testpb/test.proto
@@ -14,6 +14,8 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
+syntax = "proto2";
+
package testpb;
message TestMessage {