mirror of
https://github.com/correl/rebar.git
synced 2024-11-27 19:19:53 +00:00
13 lines
162 B
Protocol Buffer
13 lines
162 B
Protocol Buffer
|
// -*- c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||
|
// ex: ts=4 sw=4 et
|
||
|
|
||
|
message m1
|
||
|
{
|
||
|
optional string str = 1;
|
||
|
}
|
||
|
|
||
|
message m2
|
||
|
{
|
||
|
optional string str = 1;
|
||
|
}
|