Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
d97a47c82aaf936783ebdaf808445619e9303611
/
.
/
build_tests
/
proto_base.proto
blob: 8fc214350c212464b72867572018e5110a1a944a [
file
] [
log
] [
blame
]
Parker Schuh
971588a
2017-03-01 22:15:04 -0800
[
diff
] [
blame
]
1
syntax
=
"proto2"
;
2
3
package
frc971
;
4
5
message
BaseProto
{
6
optional
string
a
=
1
;
7
optional
string
b
=
2
;
8
}