Fix maputils
This commit is contained in:
parent
f387fcb1b9
commit
77e09295be
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
package maputils
|
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.
|
// 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
|
// The returned map's value type may be different from the type of the inital map's value
|
||||||
|
|
Loading…
Reference in a new issue