add command line argument for go namespace (#4222)

This commit is contained in:
Flier Lu
2017-03-21 07:08:35 +08:00
committed by Wouter van Oortmerssen
parent f2071e4f80
commit b8f5f84437
3 changed files with 21 additions and 6 deletions

View File

@@ -358,6 +358,7 @@ struct IDLOptions {
bool allow_non_utf8;
std::string include_prefix;
bool binary_schema_comments;
std::string go_namespace;
// Possible options for the more general generator below.
enum Language {