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

replaces ioutil to io #96

Merged

Conversation

Shion1305
Copy link
Contributor

WHAT

This PR replaces ioutil usages.

WHY

ioutil is deprecated from Golang 1.16.

@Shion1305 Shion1305 marked this pull request as ready for review November 25, 2023 11:33
cmd/apply.go Outdated
"github.com/cloudspannerecosystem/wrench/pkg/spanner"
"github.com/spf13/cobra"
"os"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please separate standard libraries and third party libraries by empty line and put this package to standard libraries group.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you for your review! I ran goimports and fixed the order!

@Shion1305
Copy link
Contributor Author

I've addressed the imports problem and the test ci failed. However, upon review, I did not find any apparent issues relevant to the changes. Could you please rerun the CI to verify? Thank you.

@Shion1305
Copy link
Contributor Author

@kazegusuri
I amended the commit, altering the hash, and force-pushed the changes, which triggered a rerun of the CI tests. The tests are now in a successful state👍

@kazegusuri kazegusuri merged commit 129afe1 into cloudspannerecosystem:master Nov 30, 2023
2 checks passed
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