-
Notifications
You must be signed in to change notification settings - Fork 599
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: Spider golint errors #119
base: onionscan-0.3
Are you sure you want to change the base?
Fix: Spider golint errors #119
Conversation
Thanks! Can you run |
Hmm... Running
That looks like the same error that's on Travis CI. Switching go-richochet to the 0.1 tag gets me further.
And I now have a "coverage.out" file. This is my first time writing Go code, and I'm not sure where to go from here to fix this. |
Ah Sorry, this is my fault - I misread the output. There is some work going on in the go-ricochet package and it looks like it has broken an interface here.I'll find some time to fix up the changes this week and then once the 0.3 branch is working again I will merge this in. Thanks again! |
This is a step towards #102. It fixes the
golint
errors in the spider code.