thinkeridea / go-extend

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

提升内网ip检测性能 #3

Closed thinkeridea closed 4 years ago

thinkeridea commented 4 years ago

closed #2

codecov[bot] commented 4 years ago

Codecov Report

Merging #3 into master will increase coverage by 0.97%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #3      +/-   ##
=========================================
+ Coverage   90.62%   91.6%   +0.97%     
=========================================
  Files          16      16              
  Lines         715     703      -12     
=========================================
- Hits          648     644       -4     
+ Misses         51      47       -4     
+ Partials       16      12       -4
Impacted Files Coverage Δ
exnet/ip.go 100% <100%> (+9.09%) :arrow_up:
exstrings/strings.go 100% <0%> (ø) :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 242cd9f...c3429c0. Read the comment docs.