elliotchance / pie

🍕 Enjoy a slice! A utility library for dealing with slices and maps that focuses on type safety and performance.
https://pkg.go.dev/github.com/elliotchance/pie/v2
MIT License
1.96k stars 91 forks source link

Group #158

Closed AlessandroLorenzi closed 4 years ago

AlessandroLorenzi commented 4 years ago

refs to https://github.com/elliotchance/pie/issues/26


This change is Reviewable

codecov-io commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@31a2a34). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #158   +/-   ##
=========================================
  Coverage          ?   98.96%           
=========================================
  Files             ?        8           
  Lines             ?     1732           
  Branches          ?        0           
=========================================
  Hits              ?     1714           
  Misses            ?        9           
  Partials          ?        9
Impacted Files Coverage Δ
pie/float64s_pie.go 99.24% <100%> (ø)
pie/strings_pie.go 98.28% <100%> (ø)
pie/ints_pie.go 99.24% <100%> (ø)

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 31a2a34...370bace. Read the comment docs.

elliotchance commented 4 years ago

Awesome work! Thanks @AlessandroLorenzi

AlessandroLorenzi commented 4 years ago

@elliotchance happy to contribute! :)