Enumerator: Fixed go:generate comment
It pointing to mksyscal_windows.go in local folder which already removed
This commit is contained in:
committed by
Cristian Maglie
parent
1ba1196861
commit
86b770d218
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
package enumerator // import "go.bug.st/serial.v1/enumerator"
|
package enumerator // import "go.bug.st/serial.v1/enumerator"
|
||||||
|
|
||||||
//go:generate go run ../extras/mksyscall_windows.go -output syscall_windows.go usb_windows.go
|
//go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output syscall_windows.go usb_windows.go
|
||||||
|
|
||||||
// PortDetails contains detailed information about USB serial port.
|
// PortDetails contains detailed information about USB serial port.
|
||||||
// Use GetDetailedPortsList function to retrieve it.
|
// Use GetDetailedPortsList function to retrieve it.
|
||||||
|
|||||||
Reference in New Issue
Block a user