Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimize use of CGO #43

Closed
gdamore opened this issue Oct 9, 2015 · 0 comments
Closed

Minimize use of CGO #43

gdamore opened this issue Oct 9, 2015 · 0 comments

Comments

@gdamore
Copy link
Owner

gdamore commented Oct 9, 2015

For some platforms (especially Linux, FreeBSD, Darwin) we could use the sycall package to get termio stuff. (Not sure about baud rates though --- those are constants but I don't know if the constants are available in the syscall package.)

Having these available via syscall would mean cross compilation for those platforms would be easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant