Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reflect: simplify array value comparable check
If array element is not interface, array or struct, we just need to check whether the array element type is comparable. Change-Id: I1ab94cfa17ae86feb6cd3fbdf878af5a776e7bec Reviewed-on: https://go-review.googlesource.com/c/go/+/426194 Reviewed-by: Cherry Mui <[email protected]> Run-TryBot: Cuong Manh Le <[email protected]> Auto-Submit: Cuong Manh Le <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
- Loading branch information