-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
style: remove unused utils #3830
Conversation
🤖 Generated by lychee actionSummary
Full action output |
Codecov ReportPatch coverage is
📢 Thoughts on this report? Let us know!. |
/cherry-pick release-v4.4 |
🤖 says: Error cherry-picking. |
🤖 says: |
(cherry picked from commit 1557b7d) Signed-off-by: cuisongliu <cuisongliu@qq.com>
🤖 Generated by Copilot at a9b6c29
Summary
🛠️🧹📦
This pull request refactors and simplifies various functions and packages in the sealos project by using more descriptive, consistent, and concise names and methods from the
golang.org/x/exp
,maps
, andyaml
packages. It also fixes a bug in thedelete
package and improves the logic of checking image types in thechecker
andgen
packages.Walkthrough