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

Refactoring #288

Merged
merged 3 commits into from
Feb 26, 2023
Merged

Refactoring #288

merged 3 commits into from
Feb 26, 2023

Conversation

ybkuroki
Copy link
Owner

Changes proposed in this pull request:

  • Refactoring

@ybkuroki ybkuroki added the enhancement New feature or request label Feb 26, 2023
@ybkuroki ybkuroki self-assigned this Feb 26, 2023

setUpTestData(container)

uri := util.NewRequestBuilder().URL(APIBooks).RequestParams("query", "Test").RequestParams("page", "0").RequestParams("size", "5").Build().GetRequestURL()
uri := util.NewRequestBuilder().URL(config.APIBooks).RequestParams("query", "Test").RequestParams("page", "0").RequestParams("size", "5").Build().GetRequestURL()

Choose a reason for hiding this comment

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

🚫 [golangci] reported by reviewdog 🐶
line is 162 characters (lll)

@ybkuroki ybkuroki merged commit 86a3914 into master Feb 26, 2023
@ybkuroki ybkuroki deleted the develop branch February 26, 2023 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant