diff options
| author | Jeff Carr <[email protected]> | 2025-03-19 05:01:09 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-19 05:01:09 -0500 |
| commit | 8e755daca5e97659e835b6507192be88d73f249a (patch) | |
| tree | 29adef792d0e4cdb593488015d756a2bd5e01cd3 /iter.go | |
| parent | 17119d9298e132aa309f1cc95e439f29f61214b0 (diff) | |
mirror internal functions here
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" ) |
