DEBSOURCES
Skip Quicknav
sources / golang-github-golang-protobuf-1-3 / 1.3.5-4 / protoc-gen-go / testdata / issue780_oneof_conflict / test.proto
123456789
syntax = "proto2"; package oneoftest; message Foo { oneof bar { string get_bar = 1; } }