Setting up gousb on Windows without pkg-config and Cygwin

Pre: Please install mingw64. This will ship with GCC which will be required by golang compiler to build gousb. Steps - 1. Clone gousb in your project by running git clone git@github.com:google/gousb 2. One necessity to get it running is to install libusb on windows; which…