mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -07:00
8 lines
220 B
Go
8 lines
220 B
Go
// Package xpc provides minimal OS X XPC support required for gatt
|
|
//
|
|
// This is adapted from [goble], by Raffaele Sena.
|
|
//
|
|
// http://godoc.org/github.com/raff/goble
|
|
// https://github.com/raff/goble
|
|
|
|
package xpc
|