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
No need to import encoding/csv twice:
encoding/csv
gitea/modules/csv/csv.go
Line 9 in 4b6370c
Use stdcsv here and below:
Line 100 in 4b6370c
The text was updated successfully, but these errors were encountered:
Good catch
Sorry, something went wrong.
Fixes go-gitea#16557 - duplicate csv import
432d48c
Fixes #16557 - duplicate csv import (#16631)
fd39e6d
Remove the unnecessary duplicate package import for `encoding/csv` in `modules/csv/csv.go` Fix #16557
richmahn
Successfully merging a pull request may close this issue.
Description
No need to import
encoding/csv
twice:gitea/modules/csv/csv.go
Line 9 in 4b6370c
Use stdcsv here and below:
gitea/modules/csv/csv.go
Line 100 in 4b6370c
The text was updated successfully, but these errors were encountered: