kasvith / kache

A simple in memory cache written using go
https://kasvith.github.io/kache
MIT License
351 stars 26 forks source link

added go dep until go modules get stable #91

Closed kasvith closed 5 years ago

kasvith commented 5 years ago

Pull Request for issue

Description

Testing Instructions

Excepted Behavior

Actual Behavior

Additional Comments

codecov[bot] commented 5 years ago

Codecov Report

Merging #91 into master will increase coverage by 0.25%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #91      +/-   ##
==========================================
+ Coverage   78.42%   78.68%   +0.25%     
==========================================
  Files          10       10              
  Lines         774      774              
==========================================
+ Hits          607      609       +2     
+ Misses        156      155       -1     
+ Partials       11       10       -1
Impacted Files Coverage Δ
internal/cli/conn.go 73.68% <0%> (+10.52%) :arrow_up:

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 19ec0a5...bc8c690. Read the comment docs.