Closed tarampampam closed 3 years ago
:exclamation: No coverage uploaded for pull request base (
master@eab60f3
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #24 +/- ##
=========================================
Coverage ? 52.38%
=========================================
Files ? 11
Lines ? 294
Branches ? 0
=========================================
Hits ? 154
Misses ? 130
Partials ? 10
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update eab60f3...deef021. Read the comment docs.
Reason for This PR
The current implementation contains the following approaches that can be improved:
init()
function usagepanic()
andlog.Fatal()
callingDescription of Changes
panic()
orlog.Fatal()
callingmain.go
)golangci-lint
config addedgo mod download
for performance reasons (we should not to download dependencies for a unit testing)build
CI step renamed intotests
README.md
badges fixedOpen questions (PR TODO list)
TODO
/FIXME
in code:warning: Inportant note for reviewer
Please, checkout on this branch locally, and review changes in your IDE.
License Acceptance
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.
PR Checklist
[Author TODO: Meet these criteria.]
[Reviewer TODO: Verify that these criteria are met. Request changes if not]
git commit -s
).CHANGELOG.md
.