mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 07:50:02 +00:00
Add goldens directory
This commit is contained in:
13
goldens/schema/basic.fbs
Normal file
13
goldens/schema/basic.fbs
Normal file
@@ -0,0 +1,13 @@
|
||||
// This file should contain the basics of flatbuffers that all languages should
|
||||
// support.
|
||||
|
||||
table Galaxy {
|
||||
num_stars:long;
|
||||
}
|
||||
|
||||
table Universe {
|
||||
age:double;
|
||||
galaxies:[Galaxy];
|
||||
}
|
||||
|
||||
root_type Universe;
|
||||
Reference in New Issue
Block a user