Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Dec 26, 2023
1 parent a312968 commit 1bfcdb9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions reflection.go
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,3 @@ func mii(m interface{}) map[string]interface{} {
panic(fmt.Sprintf("%T %v", m, m))
}
}

func isPrimitive(v reflect.Type) bool {
return v.Kind() < reflect.Array || v.Kind() == reflect.String
}

0 comments on commit 1bfcdb9

Please sign in to comment.