aboutsummaryrefslogtreecommitdiff
path: root/content/concurrency/exercise-equivalent-binary-trees.go
diff options
context:
space:
mode:
Diffstat (limited to 'content/concurrency/exercise-equivalent-binary-trees.go')
-rw-r--r--content/concurrency/exercise-equivalent-binary-trees.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/concurrency/exercise-equivalent-binary-trees.go b/content/concurrency/exercise-equivalent-binary-trees.go
index 56d98a7..9414d94 100644
--- a/content/concurrency/exercise-equivalent-binary-trees.go
+++ b/content/concurrency/exercise-equivalent-binary-trees.go
@@ -2,7 +2,7 @@
package main
-import "golang.org/x/tour/tree"
+import "github.com/Go-ID-community/go-tour-id/tree"
// Walk walks the tree t sending all values
// from the tree to the channel ch.