Merge pull request #101 from HugePages/patch-1

修改代码排版
This commit is contained in:
Xargin
2022-03-26 22:56:58 +08:00
committed by GitHub

View File

@@ -74,7 +74,7 @@ func Equal(x, y interface{}) bool {
type comparison struct {
x, y unsafe.Pointer
treflect.Type
t reflect.Type
}
```