mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2025-09-07 12:23:10 +00:00
@@ -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
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user