diff options
author | Alexander NeonXP Kiryukhin <i@neonxp.ru> | 2024-04-28 00:18:33 +0300 |
---|---|---|
committer | Alexander NeonXP Kiryukhin <i@neonxp.ru> | 2024-04-28 00:18:33 +0300 |
commit | 5e78c57e9f09c37a5917baae39a3bd6f1c4dfc71 (patch) | |
tree | 74616dd4e3211d70ae33844a610909feac186061 /collections/merge.go | |
parent | 9fcf8e29214210612d545bed50d7f889800ac639 (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 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 { |