Go 1.22 (#122)
Update Go & Ubuntu versions in GitHub CI workflows. Pass files through a new version of gofmt. Allow running CI workflow manually.
This commit is contained in:

committed by
GitHub

parent
844d4b8a71
commit
5514912016
@@ -20,8 +20,9 @@
|
||||
// a reader.
|
||||
//
|
||||
// The bread and butter of this package are the following two functions:
|
||||
// Describe - Pretty-print the vendor and product of a device descriptor
|
||||
// Classify - Pretty-print the class/protocol info for a device/interface
|
||||
//
|
||||
// Describe - Pretty-print the vendor and product of a device descriptor
|
||||
// Classify - Pretty-print the class/protocol info for a device/interface
|
||||
package usbid
|
||||
|
||||
import (
|
||||
|
@@ -20,7 +20,8 @@ import "time"
|
||||
// LastUpdate stores the latest time that the library was updated.
|
||||
//
|
||||
// The baked-in data was last generated:
|
||||
// 2017-03-10 09:09:14.940548227 -0500 EST
|
||||
//
|
||||
// 2017-03-10 09:09:14.940548227 -0500 EST
|
||||
var LastUpdate = time.Unix(0, 1489154954940548227)
|
||||
|
||||
const usbIDListData = `#
|
||||
|
Reference in New Issue
Block a user