1set / gut

🍱 yet another collection of go utilities & tools
MIT License
27 stars 9 forks source link

Implement `ystring` #56

Closed an63 closed 4 years ago

an63 commented 4 years ago

To resolve issue #31

codecov[bot] commented 4 years ago

Codecov Report

Merging #56 into master will increase coverage by 0.26%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #56      +/-   ##
=========================================
+ Coverage   98.23%   98.5%   +0.26%     
=========================================
  Files           8       9       +1     
  Lines         227     267      +40     
=========================================
+ Hits          223     263      +40     
  Misses          2       2              
  Partials        2       2
Impacted Files Coverage Δ
ystring/trim.go 100% <100%> (ø)
an63 commented 4 years ago

Codacy Here is an overview of what got changed by this pull request:


Complexity increasing per file
==============================
- ystring/trim.go  6
- ystring/trim_test.go  3

See the complete overview on Codacy

an63 commented 4 years ago

Resolve issue #31