From 0e8a7669a084f3e517200d5820a0805110bffb78 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Wed, 11 Dec 2024 01:51:36 +0300 Subject: Поправил имя пакета MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- collections/merge.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'collections') 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 { -- cgit v1.2.3