diff --git a/types/registry.go b/types/registry.go index fc01af1..0d6c28c 100644 --- a/types/registry.go +++ b/types/registry.go @@ -43,7 +43,7 @@ func HasReg(typeName string) bool { func Clean() { TypeRegistry = nil specialRegistry = make(map[string][]Special) - V14Types = nil + V14Types = make(map[string]source.TypeStruct) regBaseType() }