github.com/jonasnick/go-ethereum@v0.7.12-0.20150216215225-22176f05d387/ui/qt/qwhisper/watch.go (about) 1 package qwhisper 2 3 import ( 4 "fmt" 5 "unsafe" 6 ) 7 8 type Watch struct { 9 } 10 11 func (self *Watch) Arrived(v unsafe.Pointer) { 12 fmt.Println(v) 13 }