From 77e09295be108d5e4762a90cb4116e36c7ac20c5 Mon Sep 17 00:00:00 2001 From: mstar Date: Mon, 2 Dec 2024 08:42:42 +0100 Subject: [PATCH] Fix maputils --- maputils/mapUtils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maputils/mapUtils.go b/maputils/mapUtils.go index 93bba2a..8177dd1 100644 --- a/maputils/mapUtils.go +++ b/maputils/mapUtils.go @@ -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