flatc readme

This commit is contained in:
Ilia Denisov
2026-03-30 21:24:03 +02:00
parent 92889b81ab
commit 89af8194db
+9
View File
@@ -0,0 +1,9 @@
# Flatbuffers schemas
## Generating sources
Given a `.fbs` file, source code can be generated using `flatc` command:
```shell
flatc --go {file}.fbs
```