diff options
Diffstat (limited to 'vendor/github.com/golang/protobuf/proto/ya.make')
-rw-r--r-- | vendor/github.com/golang/protobuf/proto/ya.make | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/vendor/github.com/golang/protobuf/proto/ya.make b/vendor/github.com/golang/protobuf/proto/ya.make new file mode 100644 index 0000000000..c7af3757e7 --- /dev/null +++ b/vendor/github.com/golang/protobuf/proto/ya.make @@ -0,0 +1,36 @@ +GO_LIBRARY() + +LICENSE(BSD-3-Clause) + +VERSION(v1.5.4) + +SRCS( + buffer.go + defaults.go + deprecated.go + discard.go + extensions.go + properties.go + proto.go + registry.go + text_decode.go + text_encode.go + wire.go + wrappers.go +) + +GO_XTEST_SRCS( + # discard_test.go + # extensions_test.go + proto_clone_test.go + proto_equal_test.go + proto_test.go + registry_test.go + # text_test.go +) + +END() + +RECURSE( + gotest +) |