thinkeridea / go-extend

go语言扩展包,收集一些常用的操作函数,辅助更快的完成开发工作,并减少重复代码
https://pkg.go.dev/github.com/thinkeridea/go-extend
MIT License
1.34k stars 160 forks source link

Exstrings.copy #4

Closed thinkeridea closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #4 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
+ Coverage   91.51%   91.55%   +0.04%     
==========================================
  Files          16       16              
  Lines         695      699       +4     
==========================================
+ Hits          636      640       +4     
  Misses         47       47              
  Partials       12       12
Impacted Files Coverage Δ
exstrings/strings.go 100% <100%> (ø) :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 44748b8...e7cfb46. Read the comment docs.