mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-06 04:36:55 +00:00
Add goldens directory
This commit is contained in:
10
goldens/generate_goldens.py
Executable file
10
goldens/generate_goldens.py
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from cpp.generate import GenerateCpp
|
||||
from csharp.generate import GenerateCSharp
|
||||
|
||||
# Run each language generation logic
|
||||
GenerateCpp()
|
||||
GenerateCSharp()
|
||||
|
||||
# TODO add other languages
|
||||
Reference in New Issue
Block a user