...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
github.com
/
google
/
flatbuffers
/
tests
/
prototest
/
imported.proto
Documentation:
github.com/google/flatbuffers/tests/prototest
1
package proto.test;
2
3
message ImportedMessage {
4
optional int32 a = 26;
5
}
View as plain text