Skip to content

A simple Go API for subscribing to USB events on Windows

License

Notifications You must be signed in to change notification settings

ChristoWolf/usb-event

Repository files navigation

usb-event

Go reference Release Build Coverage Go report card

A simple Go API for subscribing to USB events on Windows via the Win32 API.

Installation

As usual, simply run:

go get github.com/christowolf/usb-event

Usage

The API aims to be very simple, so this example should be enough to get you started.