Skip to content
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

resources,tpl: Remove duplicated same package import in a same file #10797

Closed
wants to merge 3 commits into from
Closed

resources,tpl: Remove duplicated same package import in a same file #10797

wants to merge 3 commits into from

Conversation

alexandear
Copy link
Contributor

@alexandear alexandear commented Mar 5, 2023

This PR resolves a situation when a package is imported twice in the same file:

  • "image/gif" and _ "image/gif" in resources/image.go;
  • "time" and _time "time" in tpl/time/time.go.

@alexandear alexandear changed the title Remove duplicated imports in a same file Remove duplicated same imports in a same file Mar 5, 2023
@alexandear alexandear changed the title Remove duplicated same imports in a same file Remove duplicated same package import in a same file Mar 5, 2023
Copy link
Contributor

@johannesengl johannesengl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@alexandear alexandear changed the title Remove duplicated same package import in a same file resources,tpl: Remove duplicated same package import in a same file Jun 23, 2023
@alexandear
Copy link
Contributor Author

@jmooring could you take a look?

@alexandear alexandear closed this Jan 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants