-
Notifications
You must be signed in to change notification settings - Fork 86
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
fix tests and compilation with TAGS=libhamlib
#423
Conversation
riglist.go
Outdated
@@ -10,7 +10,7 @@ package main | |||
import ( | |||
"fmt" | |||
"strings" | |||
|
|||
"context" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we're missing a white space here. Did you go fmt the code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added a commit after go fmt
. It just reordered the entries
Thanks! I don't think i have seen this when Pat is compiled without PS: Thanks for the PR! ❤️ |
* libhamlib v4.2 compatibility (ref pr #423) * mailbox: Remove warning on missing file extension * catalog: Improve position report's Course
I've merged the wl2k-go changes and pulled them into Pat's develop branch. Please rebase this PR on top of |
90b0123
to
ae8ce00
Compare
Ooops! I did something wrong while trying to rebase this, and since the PR was automatically closed I no longer have permission to push to your branch. I'll merge this manually to develop. Thanks for the PR 😄 |
Merged (b62dbc7). |
Note: this requires the merge of la5nta/wl2k-go#85