Refresh run of go generate with the latest mksyscall

This commit is contained in:
Cristian Maglie
2021-02-26 13:20:02 +01:00
parent b6c28f76a4
commit 233eb2a09b
3 changed files with 34 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
package enumerator
//go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output syscall_windows.go usb_windows.go
//go:generate go run golang.org/x/sys/windows/mkwinsyscall -output syscall_windows.go usb_windows.go
// PortDetails contains detailed information about USB serial port.
// Use GetDetailedPortsList function to retrieve it.