bugst / go-serial

A cross-platform serial library for go-lang.
BSD 3-Clause "New" or "Revised" License
620 stars 189 forks source link

update go generate #81

Closed polomsky closed 3 years ago

polomsky commented 4 years ago

Replace old mkwinsyscall call by the new version which is recommended by Go since version 1.13.3.

Based on https://github.com/golang/go/blob/go1.13.3/src/syscall/mksyscall_windows.go

cmaglie commented 3 years ago

thank yoU!