• Wouter van Oortmerssen's avatar
    Add new flatbuffer_go_library to generate Go library for flatbuffers · a0e5d783
    Wouter van Oortmerssen authored
    This CL also introduces the following changes to allow the generation of the
    Go library for flatbuffers:
    
    - add support for --gen-onefile for Go to simplify the build rule (mapping each
      input .fbs to a single separate .go file)
    
    - add a new --go-import flag to override the default import line (currently
      github.com/google/flatbuffers/go)
    
    - add new go_library in BUILD for flatbuffer (for files in flatbuffers/go)
    
    (mirrored from cr/171126159)
    
    Change-Id: I83e705a9a9d9544837af0baf9366ec37757799aa
    a0e5d783
Name
Last commit
Last update
..
code_generators.cpp Loading commit data...
flatc.cpp Loading commit data...
flatc_main.cpp Loading commit data...
flathash.cpp Loading commit data...
idl_gen_cpp.cpp Loading commit data...
idl_gen_fbs.cpp Loading commit data...
idl_gen_general.cpp Loading commit data...
idl_gen_go.cpp Loading commit data...
idl_gen_grpc.cpp Loading commit data...
idl_gen_js.cpp Loading commit data...
idl_gen_json_schema.cpp Loading commit data...
idl_gen_php.cpp Loading commit data...
idl_gen_python.cpp Loading commit data...
idl_gen_text.cpp Loading commit data...
idl_parser.cpp Loading commit data...
reflection.cpp Loading commit data...
util.cpp Loading commit data...