Fix maputils

This commit is contained in:
Melody Becker 2024-12-02 08:42:42 +01:00
parent f387fcb1b9
commit 77e09295be

View file

@ -1,6 +1,6 @@
package maputils
import "gitlab.com/mstarongitlab/goutils/sliceutils"
import "git.mstar.dev/mstar/goutils/sliceutils"
// MapSameKeys applies a given function to every key-value pair of a map.
// The returned map's value type may be different from the type of the inital map's value