Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a4e616a9e415fe5a1ba0cd3e33ba1fb6c3dda4ce
/
.
/
build_tests
/
proto_base.proto
blob: 8fc214350c212464b72867572018e5110a1a944a [
file
] [
log
] [
blame
]
syntax
=
"proto2"
;
package
frc971
;
message
BaseProto
{
optional
string
a
=
1
;
optional
string
b
=
2
;
}