mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-27 23:51:59 -05:00
11 lines
222 B
Bash
Executable File
11 lines
222 B
Bash
Executable File
#!/bin/bash
|
|
|
|
GEN_DIR="../gen/fb/serial/"
|
|
|
|
flatc -o $GEN_DIR --gen-onefile --filename-suffix "" --gen-mutable --go-namespace "serial" --go \
|
|
common.fbs \
|
|
database.fbs \
|
|
prolly.fbs \
|
|
schema.fbs
|
|
|
|
goimports -w $GEN_DIR |