Skip to content

Apply Go naming conventions and replace block comments#71

Merged
telegrapher merged 1 commit into
fix/assorted-fixes-batchfrom
refactor/idiomatic-go-naming-and-comments
Feb 27, 2026
Merged

Apply Go naming conventions and replace block comments#71
telegrapher merged 1 commit into
fix/assorted-fixes-batchfrom
refactor/idiomatic-go-naming-and-comments

Conversation

@telegrapher

Copy link
Copy Markdown
Collaborator

Summary

  • 2.1: Rename ProfileApiVersionProfileAPIVersion and OrgsApiVersionOrgsAPIVersion to follow Go's all-caps acronym convention (10 files)
  • 2.5: Replace C-style /* */ block comments with // line comments in cmd/params.go, ims/authz_user.go, ims/invalidate.go, ims/validate.go

No behavioral changes — viper's mapstructure matches field names case-insensitively, so config files and env vars continue to work.

🤖 Generated with Claude Code

Rename ProfileApiVersion → ProfileAPIVersion and OrgsApiVersion →
OrgsAPIVersion to follow Go's all-caps acronym convention. Replace
C-style /* */ block comments with // line comments in four files.
@telegrapher
telegrapher merged commit 098eef5 into fix/assorted-fixes-batch Feb 27, 2026
4 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