blob: 358c42c30bb2d1ee57519ab5b8488e82f863f5ee [file] [log] [blame] [edit]
from golden_utils import flatc_golden
def flatc(options, schema):
# Wrap the golden flatc generator with Go specifics
flatc_golden(options=["--go"] + options, schema=schema, prefix="go")
def GenerateGo():
flatc([], "basic.fbs")