type github.com/google/go-cmp/cmp/cmpopts.mapSorter
6 uses
github.com/google/go-cmp/cmp/cmpopts (current package)
sort.go#L105: ms := mapSorter{vf.Type().In(0), vf}
sort.go#L109: type mapSorter struct {
sort.go#L114: func (ms mapSorter) filter(x, y interface{}) bool {
sort.go#L120: func (ms mapSorter) sort(x interface{}) interface{} {
sort.go#L137: func (ms mapSorter) checkSort(v reflect.Value) {
sort.go#L144: func (ms mapSorter) less(v reflect.Value, i, j int) bool {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |