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