summaryrefslogtreecommitdiff
path: root/iter.go
diff options
context:
space:
mode:
Diffstat (limited to 'iter.go')
-rw-r--r--iter.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/iter.go b/iter.go
index e765378..b41cb83 100644
--- a/iter.go
+++ b/iter.go
@@ -209,7 +209,7 @@ And then a client could delete boring values from the tree using:
package iter
import (
- "internal/race"
+ "go.wit.com/iter/race"
"runtime"
"unsafe"
)