jaypipes / pcidb

Small golang library for querying PCI database (pciids) information
Apache License 2.0
33 stars 15 forks source link

Add non-Linux support #2

Closed jaypipes closed 6 years ago

jaypipes commented 6 years ago

Adds support for non-Linux operating systems. When we don't find a local copy of the pci.ids database file, we instead fetch a gzipped copy from the network, store it in $HOMEDIR/.cache/pci.ids and parse that cached file.

Closes Issue #1