jacobsa / go-serial

A Go library for dealing with serial ports.
Apache License 2.0
631 stars 121 forks source link

Make package build on all platforms #4

Closed jacobsa closed 13 years ago

jacobsa commented 13 years ago

This can be done by making open_linux.go and so on, with stub implementations of openInternal that just return "not implemented" errors.