From b9abed79b482a371271fa6305b79a199cf7d4604 Mon Sep 17 00:00:00 2001 From: "aiden.ma" Date: Sun, 6 Oct 2024 15:56:18 +0800 Subject: [PATCH] merge master --- core/conf/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/conf/config.go b/core/conf/config.go index 3cdb0821..59de8c08 100644 --- a/core/conf/config.go +++ b/core/conf/config.go @@ -186,7 +186,6 @@ func buildAnonymousFieldInfo(info *fieldInfo, lowerCaseName string, ft reflect.T func buildFieldsInfo(tp reflect.Type, fullName string, cache fieldCache) (*fieldInfo, error) { tp = mapping.Deref(tp) - if info, ok := cache[tp]; ok { return info, nil }