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:
Veniamin Albaev
2017-02-01 09:23:20 +03:00
parent 51237629e6
commit b55fdf163b
13 changed files with 220 additions and 188 deletions

View File

@@ -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 {