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

PORKBUN: Remove unused function #3072

Merged
merged 4 commits into from
Aug 6, 2024
Merged

PORKBUN: Remove unused function #3072

merged 4 commits into from
Aug 6, 2024

Conversation

tlimoncelli
Copy link
Contributor

CC: @imlonghao

staticcheck reports:

api.go:103:27: func (*porkbunProvider).ping is unused (U1000)

Also fixed the import order by using "goimports" instead of "gofmt". This is more consistent with other code.

CC: @imlonghao

staticcheck reports:

api.go:103:27: func (*porkbunProvider).ping is unused (U1000)
@imlonghao
Copy link
Contributor

How about just remove the unused function?

@tlimoncelli tlimoncelli changed the title PORKBUN: fix staticcheck error PORKBUN: Remove unused function Aug 6, 2024
@tlimoncelli
Copy link
Contributor Author

I've removed it. Can you run the integration tests to verify that everything still works?

Thanks!

@imlonghao
Copy link
Contributor

Integration tests LGTM

@tlimoncelli
Copy link
Contributor Author

Thanks!

@tlimoncelli tlimoncelli merged commit e86c666 into main Aug 6, 2024
16 checks passed
@tlimoncelli tlimoncelli deleted the tlim_pokrbunlint branch August 6, 2024 14:48
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.

2 participants