Closed rumyantseva closed 6 years ago
Merging #171 into v1-stable will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## v1-stable #171 +/- ##
==========================================
Coverage 69.56% 69.56%
==========================================
Files 19 19
Lines 1531 1531
==========================================
Hits 1065 1065
Misses 416 416
Partials 50 50
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 91ede32...4c47d43. Read the comment docs.
Solves issue #170.
What I did?
GO111MODULE=on go mod init
to init go.mod file.GO111MODULE=on go mod tidy
to assembly all dependencies.