mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 20:15:34 +00:00
* Fix go generator undefined Package, also throw exception in specific examples. * Add test for go generator import problem * Add new version of generated go file. Fix conflict. * Add executable permission to generate_code.py script. * Improve test quality, remove unwanted generated files, better naming * Fix comments * clang format Co-authored-by: Derek Bailey <derekbailey@google.com>
9 lines
112 B
Plaintext
9 lines
112 B
Plaintext
include "no_namespace.fbs";
|
|
|
|
namespace order;
|
|
|
|
table Food {
|
|
pizza: Pizza (id: 0);
|
|
pizza_test:Pizza(id:1);
|
|
}
|