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

test: use fmt.Fprintf instead of fmt.Fprintf(fmt.Sprintf(...)) #648

Merged

Conversation

alexandear
Copy link
Contributor

This PR makes the same changes as #621. Additionally, replace string(resp) with resp because fmt.Sprintf("%s", string(resp)) is the same as fmt.Sprintf("%s", resp) when resp has the []byte type.

Copy link
Member

@andrewsomething andrewsomething left a comment

Choose a reason for hiding this comment

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

👍 LGTM!

@andrewsomething andrewsomething merged commit 39cdba9 into digitalocean:main Oct 23, 2023
7 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.

None yet

2 participants