hetznercloud / hcloud-go

A Go library for the Hetzner Cloud API
https://pkg.go.dev/github.com/hetznercloud/hcloud-go/v2/hcloud
MIT License
371 stars 45 forks source link

feat(exp): add sliceutil package #489

Closed jooola closed 1 month ago

jooola commented 1 month ago
codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 71.57%. Comparing base (8313c91) to head (4e43235).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #489 +/- ## ========================================== + Coverage 71.54% 71.57% +0.02% ========================================== Files 45 46 +1 Lines 3901 3905 +4 ========================================== + Hits 2791 2795 +4 Misses 696 696 Partials 414 414 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

apricote commented 1 month ago

Opps. I went on a journey, and it looks like this functionality is already merged in Go stdlib and will be released with 1.23: https://go-review.googlesource.com/c/go/+/562935

jooola commented 1 month ago

Nice, we will be to replace this utility with the std lib once we dropped go 1.22