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

Method in lower case #32

Closed
sashamelentyev opened this issue Aug 6, 2022 · 0 comments · Fixed by #33
Closed

Method in lower case #32

sashamelentyev opened this issue Aug 6, 2022 · 0 comments · Fixed by #33

Comments

@sashamelentyev
Copy link
Owner

sashamelentyev commented Aug 6, 2022

Example:

_, _ = http.NewRequest("GET", "", nil) // want `"GET" can be replaced by http\.MethodGet`
_, _ = http.NewRequest("get", "", nil) // ok
@sashamelentyev sashamelentyev changed the title Lower methods Method in lower case Aug 6, 2022
@sashamelentyev sashamelentyev linked a pull request Aug 7, 2022 that will close this issue
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 a pull request may close this issue.

1 participant