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 /queue/heappriority.go | |
| parent | 02384f2667a2f10c9d776d6a259701d0b6542b54 (diff) | |
we are on codeberg now
Diffstat (limited to 'queue/heappriority.go')
| -rw-r--r-- | queue/heappriority.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queue/heappriority.go b/queue/heappriority.go index f88b9b3..b607e2c 100644 --- a/queue/heappriority.go +++ b/queue/heappriority.go @@ -1,7 +1,7 @@ package queue import ( - "github.com/snonux/algorithms/ds" + "codeberg.org/snonux/algorithms/ds" ) type HeapPriority struct { |
