Start adding editor, fix up sidebar styling
This commit is contained in:
12
test.proto
Normal file
12
test.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax="proto3";
|
||||
|
||||
message Test {
|
||||
string hello = 1;
|
||||
int32 hello2 = 2;
|
||||
int64 hello3 = 3;
|
||||
float hello4 = 4;
|
||||
double hello5 = 5;
|
||||
bool hello6 = 6;
|
||||
repeated string hello7 = 7;
|
||||
map<string, string> hello8 = 8;
|
||||
}
|
||||
Reference in New Issue
Block a user