bugst / go-serial

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

Remove dependency on `creack/goselect` in favor of `sys/unix` #149

Open cmaglie opened 1 year ago

cmaglie commented 1 year ago

All the functions in the old library are now available in x/sys/unix.

Also updated other dependencies for testing: * github.com/davecgh/go-spew => v1.1.1 * gopkg.in/yaml.v3 => v3.0.1 [edit: done in another PR]

dschmidt commented 9 months ago

Is anything holding this back?