diff options
Diffstat (limited to 'iter.go')
| -rw-r--r-- | iter.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ) |
