This commit is contained in:
2025-09-24 15:11:37 +08:00
parent 71b893cc54
commit 1e4235fcca

View File

@@ -3,11 +3,11 @@
Golang object deep copy library
map->map
slice->slice
struct->struct
map->struct
struct->map
- map->map
- slice->slice
- struct->struct
- map->struct
- struct->map
## Usage
@@ -16,7 +16,7 @@ package main
import (
"fmt"
"github.com/chenquan/copier"
"git.charlienet.top/go/copier"
)
type User struct {