ble-hacking/main.go

12 lines
101 B
Go

package main
import (
"fmt"
_ "github.com/paypal/gatt"
)
func main() {
fmt.Println("vim-go")
}