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