mirror internal functions here

This commit is contained in:
Jeff Carr 2025-03-19 05:01:09 -05:00
parent 17119d9298
commit 8e755daca5
2 changed files with 2 additions and 2 deletions

View File

@ -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"
)

View File

@ -7,7 +7,7 @@
package race
import (
"internal/abi"
"go.wit.com/iter/abi"
"unsafe"
)