Currently we have a few GetName() methods that wrap the string in a goFormatName in the schema_util code. This however, may not be the desirable place for this modification if we want to start including other languages here. Perhaps it would be better to move this method handling to the lang/golang package and format the names in the generators that use that package, rather than the aiming-to-be-generic code like schema_util.
Currently we have a few
GetName()methods that wrap the string in agoFormatNamein the schema_util code. This however, may not be the desirable place for this modification if we want to start including other languages here. Perhaps it would be better to move this method handling to thelang/golangpackage and format the names in the generators that use that package, rather than the aiming-to-be-generic code likeschema_util.