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

🔨refactor: remove unnecessary Version field from cli struct #85

Merged
merged 3 commits into from
Jan 25, 2025

Conversation

yanosea
Copy link
Owner

@yanosea yanosea commented Jan 25, 2025

  • remove unused Version field from cli struct
  • format code style in newCli function
  • simplify version initialization in Init method

- remove unused `Version` field from `cli` struct
- format code style in `newCli` function
- simplify version initialization in `Init` method
- add missing periods to all comment lines for consistency
- complete incomplete docstring for `GetKey` function
- follow Go's official documentation style guidelines for comments
@yanosea yanosea added the enhancement New feature or request label Jan 25, 2025
@yanosea yanosea self-assigned this Jan 25, 2025
@yanosea yanosea linked an issue Jan 25, 2025 that may be closed by this pull request
6 tasks
@yanosea yanosea merged commit d48486c into main Jan 25, 2025
5 checks passed
@yanosea yanosea deleted the 84-remove-unused-version-field-from-cli-struct branch January 25, 2025 07:19
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.

remove unused Version field from cli struct
1 participant