jaypipes / pcidb

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

add ID fields, deprecate Id fields #6

Closed jaypipes closed 5 years ago

jaypipes commented 5 years ago

Adds new ID fields, deprecates old Id fields in structs.

Unfortunately, there's no hooks or anything that I can put in when an attribute of a struct is used, so I can't output any WARNINGs or anything to stderr when these now deprecated fields are used.

Issue #5