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

Fix bug in UPPER titles #8

Merged
merged 2 commits into from
Mar 21, 2024
Merged

Fix bug in UPPER titles #8

merged 2 commits into from
Mar 21, 2024

Conversation

Alfus
Copy link
Contributor

@Alfus Alfus commented Mar 21, 2024

and add a trailing newline to the ouput.

@Alfus Alfus requested a review from mfridman March 21, 2024 18:29
@mfridman
Copy link
Member

I guess the linter wants you to use the new format, although this seems a bit aggressive for a linter.

- for i := 0; i < desc.Fields().Len(); i++ {
+ for i := range desc.Fields().Len() {

@Alfus Alfus merged commit da36231 into main Mar 21, 2024
4 checks passed
@Alfus Alfus deleted the alfus/upper branch March 21, 2024 19:04
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