1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-27 01:33:39 +02:00
goreleaser/internal/skips
Oleksandr Redko 0f48a6dd40
refactor: use std maps,slices instead of golang.org/exp (#5221)
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>
2024-10-25 11:38:55 -03:00
..
skips_test.go refactor: use std maps,slices instead of golang.org/exp (#5221) 2024-10-25 11:38:55 -03:00
skips.go refactor: use std maps,slices instead of golang.org/exp (#5221) 2024-10-25 11:38:55 -03:00