thinkeridea / go-extend

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

实现多字节符文计算字符索引位置和多字节字符串截取函数 #8

Closed thinkeridea closed 4 years ago

thinkeridea commented 4 years ago

closed #7

codecov[bot] commented 4 years ago

Codecov Report

Merging #8 into master will decrease coverage by 0.9%. The diff coverage is 84.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
- Coverage   91.63%   90.72%   -0.91%     
==========================================
  Files          16       17       +1     
  Lines         705      809     +104     
==========================================
+ Hits          646      734      +88     
- Misses         47       53       +6     
- Partials       12       22      +10
Impacted Files Coverage Δ
exunicode/exutf8/utf8.go 84.61% <84.61%> (ø)

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 2f4f994...7fd6462. Read the comment docs.