paypal / gatt

Gatt is a Go package for building Bluetooth Low Energy peripherals
BSD 3-Clause "New" or "Revised" License
1.12k stars 283 forks source link

fix xpc_darwin.go avoid cgoCheckPointer #70

Open kmtr opened 8 years ago

kmtr commented 8 years ago

change type unsafe.Pointer => C.uintptr_t(uintptr(unsafe.Pointer))

ref https://github.com/golang/go/issues/12416

and fix test.

dongri commented 8 years ago

:+1:

dongri commented 8 years ago

:100: