-
-
Notifications
You must be signed in to change notification settings - Fork 823
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:refactor RandomString function #524
Conversation
that's cool! |
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #524 +/- ##
==========================================
- Coverage 94.48% 94.33% -0.15%
==========================================
Files 17 17
Lines 2757 2790 +33
==========================================
+ Hits 2605 2632 +27
- Misses 150 154 +4
- Partials 2 4 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
reference resources:How to generate a random string of a fixed length in Go?