thinkeridea / go-extend

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

使用 utf8.DecodeRuneInString 改进性能 exstrings.Reverse #6

Closed thinkeridea closed 4 years ago

thinkeridea commented 4 years ago

closed #5

codecov[bot] commented 4 years ago

Codecov Report

Merging #6 into master will increase coverage by 0.07%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
+ Coverage   91.55%   91.63%   +0.07%     
==========================================
  Files          16       16              
  Lines         699      705       +6     
==========================================
+ Hits          640      646       +6     
  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 97e0660...e68a210. Read the comment docs.