Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 898 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 898 Bytes

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.