diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 01:51:36 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-11 01:51:36 +0300 |
commit | 0e8a7669a084f3e517200d5820a0805110bffb78 (patch) | |
tree | f3f7da0514f3f892d738acfc7da69966599c2897 /collections/merge.go | |
parent | 21db9ba1d01e4a0e65b8a00e50bcdff32137c23a (diff) |
Diffstat (limited to 'collections/merge.go')
-rw-r--r-- | collections/merge.go | 2 |
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 { |