aboutsummaryrefslogtreecommitdiff
path: root/collections
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-11 01:51:36 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-11 01:51:36 +0300
commit0e8a7669a084f3e517200d5820a0805110bffb78 (patch)
treef3f7da0514f3f892d738acfc7da69966599c2897 /collections
parent21db9ba1d01e4a0e65b8a00e50bcdff32137c23a (diff)
Поправил имя пакетаHEADv1.0.2master
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 304122e..31ffefd 100644
--- a/collections/merge.go
+++ b/collections/merge.go
@@ -1,6 +1,6 @@
package collections
-import "go.neonxp.ru/extra/utils"
+import "neonxp.ru/go/extra/utils"
// MergeScalar стабильное слияние двух слайсов скаляров
func MergeScalar[T utils.Scalar](s1, s2 []T) []T {