This website works better with JavaScript
Home
Explore
Help
Register
Sign In
publics
/
golang__protobuf
Watch
0
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
1680a479a2
Branches
Tags
api-v1
api-v2
master
v1.3.2
v1.3.1
v1.3.0
v1.2.0
v1.1.0
v1.0.0
golang__prot...
/
protoc-gen-go
/
testdata
/
issue780_oneof_conflict
/
test.proto
test.proto
94 B
History
Raw
1
2
3
4
5
6
7
8
9
syntax = "proto2";
package oneoftest;
message Foo {
oneof bar {
string get_bar = 1;
}
}