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