mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-27 01:33:39 +02:00
0f48a6dd40
The PR refactors code by replacing usage of `golang.org/exp/slices`/`golang.org/exp/maps` package with the standard `slices`/`maps`. Additionally, replace the function `keys(someMap)` with `slices.Compact(maps.Keys(someMap))` Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com> |
||
---|---|---|
.. | ||
skips_test.go | ||
skips.go |