aboutsummaryrefslogtreecommitdiff
path: root/collections/merge.go
diff options
context:
space:
mode:
Diffstat (limited to 'collections/merge.go')
-rw-r--r--collections/merge.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/collections/merge.go b/collections/merge.go
index 6fcf875..304122e 100644
--- a/collections/merge.go
+++ b/collections/merge.go
@@ -1,6 +1,6 @@
package collections
-import "go.neonxp.dev/extra/utils"
+import "go.neonxp.ru/extra/utils"
// MergeScalar стабильное слияние двух слайсов скаляров
func MergeScalar[T utils.Scalar](s1, s2 []T) []T {