Allow arbitrary bytes in types.String (#405)

This commit is contained in:
Richard Shin
2016-09-03 18:05:09 -07:00
committed by Robert Nishihara
parent 80fdfcd1a5
commit 6f2ed775a2
+1 -1
View File
@@ -9,7 +9,7 @@ message Long {
}
message String {
string data = 1;
bytes data = 1;
}
message Unicode {