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
gci version 0.11.0
git clone https://github.com/emmansun/gmsm.git cd gmsm gci list ./sm2 Error: 4:20: expected ';', found "math/big" (and 5 more errors)
right warning
Error: 4:20: expected ';', found "math/big"
The text was updated successfully, but these errors were encountered:
@daixiang0 PTAL
Sorry, something went wrong.
The root cause is that files use windows line ending format, when I use dos2unix xx.go, all error gone.
dos2unix xx.go
Have you a way to fix it by linter? because it is a little difficult to fix the third library.
Successfully merging a pull request may close this issue.
What version of GCI are you using?
Reproduce Steps
What did you expect to see?
right warning
What did you see instead?
The text was updated successfully, but these errors were encountered: