jaypipes / pcidb

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

Support for go modules #21

Closed jaypipes closed 5 years ago

jaypipes commented 5 years ago

Adds support for Go modules by adding a go.mod and go.sum file to the root source directory. Adds an explicit test matrix to our .travis-ci.yml file to see if that's going to work properly.

Issue #20