Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
onrik committed Jul 14, 2019
1 parent cbe6b6c commit 7b61f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/onrik/magic)](https://goreportcard.com/report/github.com/onrik/magic)
[![GoDoc](https://godoc.org/github.com/onrik/magic?status.svg)](https://godoc.org/github.com/onrik/magic)

## Magic converter for differect structs
## Magic converter for different structs
By default:
1. Map same types with same names
1. Map slices with same types
Expand Down Expand Up @@ -51,4 +51,4 @@ func main() {
fmt.Println(err)
fmt.Printf("%+v\n", user2)
}
```
```

0 comments on commit 7b61f8d

Please sign in to comment.