We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I get following error when downloading your code: pi@max2play ~/golang $ go get github.com/fmpwizard/go-cortex
src/github.com/huin/goserial/serial.go:151: undefined: openPort src/github.com/huin/goserial/serial.go:151: not enough arguments to return
The text was updated successfully, but these errors were encountered:
sorry I just saw this ticket, when I wrote this I didn't apply any vendoring, so most likely goserial changed since I used it,
The last commit on goserial that I have on my laptop is:
Merge: fc6b24b 84ec7da Author: Huin <[email protected]> Date: Fri Oct 12 00:36:15 2012 -0700 Merge pull request #1 from chaos95/patch-1 Fix build error in serial_windows.go
see if going back to that commit helps you compile the project.
Sorry, something went wrong.
No branches or pull requests
Hi,
I get following error when downloading your code:
pi@max2play ~/golang $ go get github.com/fmpwizard/go-cortex
github.com/huin/goserial
src/github.com/huin/goserial/serial.go:151: undefined: openPort
src/github.com/huin/goserial/serial.go:151: not enough arguments to return
The text was updated successfully, but these errors were encountered: