jaypipes / pcidb

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

Change from `Id` field to `ID` field #5

Closed jaypipes closed 5 years ago

jaypipes commented 5 years ago

The original Id field spelling is not aligned with golang variable naming convention. Add ID fields to each struct that has an Id field and mark in the code and release notes for 0.2 that the old Id fields are deprecated and will be removed in 1.0 release.