diff options
| author | Paul Buetow <paul@buetow.org> | 2023-03-24 22:20:04 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-03-24 22:20:04 +0200 |
| commit | 8f7a673fccf1343e4468bb953d93f5b1b7372f77 (patch) | |
| tree | c901aa7be9d7dc5a2a4bdf043fc7320a1b600ad6 /search | |
| parent | 02384f2667a2f10c9d776d6a259701d0b6542b54 (diff) | |
we are on codeberg now
Diffstat (limited to 'search')
| -rw-r--r-- | search/search_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/search/search_test.go b/search/search_test.go index f671a9f..8b46f65 100644 --- a/search/search_test.go +++ b/search/search_test.go @@ -4,8 +4,8 @@ import ( "fmt" "testing" - "github.com/snonux/algorithms/ds" - "github.com/snonux/algorithms/sort" + "codeberg.org/snonux/algorithms/ds" + "codeberg.org/snonux/algorithms/sort" ) const factor int = 10 |
