update module path
This commit is contained in:
parent
3bb5a47e3e
commit
db85a9e33c
2 changed files with 2 additions and 2 deletions
2
go.mod
2
go.mod
|
@ -1,3 +1,3 @@
|
||||||
module gitlab.com/beckersamuel9/goutils
|
module gitlab.com/beckersam/goutils
|
||||||
|
|
||||||
go 1.19
|
go 1.19
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
package maps
|
package maps
|
||||||
|
|
||||||
import "gitlab.com/beckersamuel9/goutils/pkg/sliceutils"
|
import "gitlab.com/beckersam/goutils/pkg/sliceutils"
|
||||||
|
|
||||||
// MapMap applies a given function to every key-value pair of a map.
|
// MapMap 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