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

Insert new function #160

Closed AlessandroLorenzi closed 4 years ago

AlessandroLorenzi commented 4 years ago

ref #43


This change is Reviewable

codecov-io commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #160   +/-   ##
=========================================
  Coverage          ?   98.65%           
=========================================
  Files             ?        8           
  Lines             ?     1782           
  Branches          ?        0           
=========================================
  Hits              ?     1758           
  Misses            ?       12           
  Partials          ?       12
Impacted Files Coverage Δ
pie/float64s_pie.go 98.76% <100%> (ø)
pie/carpointers_pie.go 98.95% <100%> (ø)
pie/cars_pie.go 98.95% <100%> (ø)
pie/ints_pie.go 98.76% <100%> (ø)
pie/strings_pie.go 97.77% <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 dc775bf...5624655. Read the comment docs.