readme
This commit is contained in:
12
README.md
12
README.md
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user