mirror of
https://github.com/gookit/event
synced 2025-09-27 03:15:58 +08:00
Resolve Codacy
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
// Package event
|
||||
package event
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"reflect"
|
||||
"unsafe"
|
||||
_ "unsafe" // go linkname
|
||||
)
|
||||
|
||||
func getReflectRawPointer(v reflect.Value) uintptr {
|
||||
|
Reference in New Issue
Block a user