prototooth/go.mod
Ayke van Laethem 22553053ff Add initial Windows support
Only scanning has been implemented so far. The most work was really just
understanding WinRT well enough to get to this point.
2020-05-30 21:51:27 +02:00

9 lines
158 B
Modula-2

module github.com/aykevl/go-bluetooth
go 1.14
require (
github.com/go-ole/go-ole v1.2.4
github.com/muka/go-bluetooth v0.0.0-20200518110738-ed2c87e2f9fa
)