feat: 深度克隆支持map复制

This commit is contained in:
2025-11-27 14:50:27 +08:00
parent b0d0a6db28
commit 30c1d54f49
4 changed files with 72 additions and 0 deletions

1
go.mod
View File

@ -27,6 +27,7 @@ require (
github.com/smarty/assertions v1.15.0 // indirect
github.com/tidwall/match v1.2.0 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
golang.org/x/mod v0.9.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/tools v0.7.0 // indirect