Resolve Codacy

This commit is contained in:
RelicOfTesla
2023-01-15 12:36:57 +08:00
parent b5f074732c
commit e3c225867d

View File

@@ -1,9 +1,11 @@
// Package event
package event
import (
"fmt"
"reflect"
"unsafe"
_ "unsafe" // go linkname
)
func getReflectRawPointer(v reflect.Value) uintptr {