aboutsummaryrefslogtreecommitdiff
path: root/cmd/protoc-gen-go/testdata/annotations/annotations.proto
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/protoc-gen-go/testdata/annotations/annotations.proto')
-rw-r--r--cmd/protoc-gen-go/testdata/annotations/annotations.proto17
1 files changed, 0 insertions, 17 deletions
diff --git a/cmd/protoc-gen-go/testdata/annotations/annotations.proto b/cmd/protoc-gen-go/testdata/annotations/annotations.proto
deleted file mode 100644
index acd7b866..00000000
--- a/cmd/protoc-gen-go/testdata/annotations/annotations.proto
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright 2018 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.
-
-syntax = "proto2";
-
-package goproto.protoc.annotations;
-
-option go_package = "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/annotations";
-
-message AnnotationsTestMessage {
- optional string AnnotationsTestField = 1;
-}
-
-enum AnnotationsTestEnum {
- ANNOTATIONS_TEST_ENUM_VALUE = 0;
-}