0e5aed63d
1 2 3 4 5 6 7 8 9 10 11 12 13
package qwhisper import ( "fmt" "unsafe" ) type Watch struct { } func (self *Watch) Arrived(v unsafe.Pointer) { fmt.Println(v) }