From 8f7a673fccf1343e4468bb953d93f5b1b7372f77 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 24 Mar 2023 22:20:04 +0200 Subject: we are on codeberg now --- sort/selection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sort/selection.go') diff --git a/sort/selection.go b/sort/selection.go index 9b42b55..20a53a5 100644 --- a/sort/selection.go +++ b/sort/selection.go @@ -1,7 +1,7 @@ package sort import ( - "github.com/snonux/algorithms/ds" + "codeberg.org/snonux/algorithms/ds" ) func Selection(a ds.ArrayList) ds.ArrayList { -- cgit v1.2.3