From 2f700943480cf9767bf5090feeac626af742c1c8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 16 Oct 2020 09:23:27 +0100 Subject: migrate to gomodules --- sort/shell.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sort/shell.go') diff --git a/sort/shell.go b/sort/shell.go index 5fab584..821dfc8 100644 --- a/sort/shell.go +++ b/sort/shell.go @@ -1,7 +1,7 @@ package sort import ( - "algorithms/ds" + "github.com/snonux/algorithms/ds" ) func Shell(a ds.ArrayList) ds.ArrayList { -- cgit v1.2.3