mirror of
https://github.com/google/flatbuffers.git
synced 2025-04-07 08:51:16 +08:00
* Add --go-module-name flag to support generating code for go modules * Rename echo example folder * Grammar * Update readme for go-echo example * Update readme for go-echo example * Re-enable go modules after test is done
7 lines
63 B
Plaintext
7 lines
63 B
Plaintext
namespace hero;
|
|
|
|
table Warrior {
|
|
name: string;
|
|
hp: uint32;
|
|
}
|