-
Notifications
You must be signed in to change notification settings - Fork 0
add PascalCase #1
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds PascalCase conversion functionality to the sx package, providing the ability to convert strings and string slices to PascalCase format.
- Implements a generic
PascalCasefunction that supports both string and []string inputs - Adds comprehensive test coverage for various input formats and edge cases
- Introduces case configuration options with normalization support
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| sx.go | Adds PascalCase conversion function with helper utilities and configuration options |
| sx_test.go | Adds comprehensive test cases for PascalCase functionality with string and slice inputs |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
📊 Code Coverage ReportCoverage by file |
📊 Code Coverage ReportCoverage by file |
No description provided.