How can you get the details of a device on Windows using golang?
When you open a COM port in the Device Manager, under the Details tab you can select to view "Device description", "Hardware Ids", "Display name". How those values can be accessed from golang?
I'm reading the other question and answer about using kernel32.dll to get drive information. I'm assuming something similar but just could not find the exact information.