aboutsummaryrefslogtreecommitdiff
path: root/collections
diff options
context:
space:
mode:
authorAlexander NeonXP Kiryukhin <i@neonxp.ru>2024-04-28 00:18:33 +0300
committerAlexander NeonXP Kiryukhin <i@neonxp.ru>2024-04-28 00:18:33 +0300
commit5e78c57e9f09c37a5917baae39a3bd6f1c4dfc71 (patch)
tree74616dd4e3211d70ae33844a610909feac186061 /collections
parent9fcf8e29214210612d545bed50d7f889800ac639 (diff)
Обновление имени пакета
Diffstat (limited to 'collections')
-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 {