-
Notifications
You must be signed in to change notification settings - Fork 139
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
Refactoring for eliminate utils package #47 #56
Refactoring for eliminate utils package #47 #56
Conversation
Codecov Report
@@ Coverage Diff @@
## master #56 +/- ##
==========================================
+ Coverage 68.44% 75.40% +6.95%
==========================================
Files 7 7
Lines 187 187
==========================================
+ Hits 128 141 +13
+ Misses 58 44 -14
- Partials 1 2 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
Hi @HemantJoshi11, thank you for your contribution. Please, just fix the import order.
@@ -2,11 +2,10 @@ package model | |||
|
|||
import ( | |||
"fmt" | |||
"github.com/rodrigo-brito/gocity/lib/file" |
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.
Import order 👍
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.
ok. I will fix
Hi @HemantJoshi11, thank you |
Refactoring utils package to lib/file