All //sys instructions moved to separate syscall_* files
Generated `syscall_*` files ranamed to `zsyscall_*` ones like it done in `golang.org/x/sys` package.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
package serial // import "go.bug.st/serial.v1"
|
||||
|
||||
//go:generate go run extras/mksyscall_windows.go -output syscall_windows.go serial_windows.go
|
||||
//go:generate go run extras/mksyscall_windows.go -output zsyscall_windows.go syscall_windows.go
|
||||
|
||||
// Port is the interface for a serial Port
|
||||
type Port interface {
|
||||
|
||||
Reference in New Issue
Block a user