IMO, the only place that it is appropriate to use flag variables is in a main function. From that point onward they should be passed to the objects as configuration.
Is there any reason that the flag variables flagGoImportPrefix is not set in main and passed to the generator?
IMO, the only place that it is appropriate to use flag variables is in a main function. From that point onward they should be passed to the objects as configuration.
Is there any reason that the flag variables
flagGoImportPrefixis not set in main and passed to the generator?