Skip to content

Commit

Permalink
fixes issue darccio#187. attempt darccio#3
Browse files Browse the repository at this point in the history
  • Loading branch information
vsemichev committed Jun 5, 2024
1 parent a13a117 commit 4da170b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion map.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func isExported(field reflect.StructField) bool {
// The map argument tracks comparisons that have already been seen, which allows
// short circuiting on recursive types.
func deepMap(dst, src reflect.Value, visited map[uintptr]*visit, depth int, config *Config) (err error) {
fmt.Println("In deepMap")
overwrite := config.Overwrite
if dst.CanAddr() {
addr := dst.UnsafeAddr()
Expand Down

0 comments on commit 4da170b

Please sign in to comment.