mirror of https://github.com/golang/go.git
parent
10f077890e
commit
6a2db9524f
|
|
@ -99,6 +99,5 @@ var strTyp = reflect.TypeFor[string]()
|
|||
|
||||
func comparableF[T comparable](h *Hash, v T, t *abi.Type) {
|
||||
vv := reflect.ValueOf(v)
|
||||
typ := vv.Type()
|
||||
appendT(h, vv)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue