diff options
Diffstat (limited to 'solutions/binarytrees.go')
| -rw-r--r-- | solutions/binarytrees.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solutions/binarytrees.go b/solutions/binarytrees.go index 53ba93b..fe47542 100644 --- a/solutions/binarytrees.go +++ b/solutions/binarytrees.go @@ -9,7 +9,7 @@ package main import ( "fmt" - "github.com/Go-ID-community/go-tour-id/tree" + "github.com/golang-id/tour/tree" ) func walkImpl(t *tree.Tree, ch chan int) { |
