forked from loafle/openapi-generator-original
remove incorrect type mapping (#6693)
This commit is contained in:
parent
b2ae0b18fe
commit
ca3a23bfa8
@ -129,7 +129,6 @@ public abstract class AbstractGoCodegen extends DefaultCodegen implements Codege
|
||||
// in golang as interface{}.
|
||||
// See issue #5387 for more details.
|
||||
typeMapping.put("object", "map[string]interface{}");
|
||||
typeMapping.put("interface{}", "interface{}");
|
||||
typeMapping.put("AnyType", "interface{}");
|
||||
|
||||
numberTypes = new HashSet<String>(
|
||||
|
Loading…
x
Reference in New Issue
Block a user