1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-17 11:12:28 +08:00

fix the bug in cloning slices (#129)

* test: add test cases for cloning slices.

* fix: fix the bug in cloning slices.
This commit is contained in:
Wang Huan
2023-09-06 16:16:25 +08:00
committed by GitHub
parent de104ebeb6
commit 07fc453b74
2 changed files with 2 additions and 1 deletions

View File

@@ -337,6 +337,7 @@ func TestDeepClone(t *testing.T) {
Nil: nil,
// unexported: "can't be cloned",
},
[]interface{}{1, &Struct{Str: "test"}, Struct{Str: "test2"}},
}
for i, item := range cases {