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
5
usb.go
5
usb.go
@@ -16,7 +16,7 @@
|
||||
/*
|
||||
Package gousb provides an low-level interface to attached USB devices.
|
||||
|
||||
A Short Tutorial
|
||||
# A Short Tutorial
|
||||
|
||||
A Context manages all resources necessary for communicating with USB
|
||||
devices.
|
||||
@@ -117,11 +117,10 @@ standard for control commands though, and many devices implement their custom co
|
||||
|
||||
Control commands can be issued through Device.Control().
|
||||
|
||||
See Also
|
||||
# See Also
|
||||
|
||||
For more information about USB protocol and handling USB devices,
|
||||
see the excellent "USB in a nutshell" guide: http://www.beyondlogic.org/usbnutshell/
|
||||
|
||||
*/
|
||||
package gousb
|
||||
|
||||
|
Reference in New Issue
Block a user