mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2024-12-25 22:38:56 +00:00
commit
3589f17b08
@ -74,7 +74,7 @@ func Equal(x, y interface{}) bool {
|
|||||||
|
|
||||||
type comparison struct {
|
type comparison struct {
|
||||||
x, y unsafe.Pointer
|
x, y unsafe.Pointer
|
||||||
treflect.Type
|
t reflect.Type
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user