mirror internal functions here
This commit is contained in:
parent
17119d9298
commit
8e755daca5
2
iter.go
2
iter.go
|
@ -209,7 +209,7 @@ And then a client could delete boring values from the tree using:
|
||||||
package iter
|
package iter
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"internal/race"
|
"go.wit.com/iter/race"
|
||||||
"runtime"
|
"runtime"
|
||||||
"unsafe"
|
"unsafe"
|
||||||
)
|
)
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
package race
|
package race
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"internal/abi"
|
"go.wit.com/iter/abi"
|
||||||
"unsafe"
|
"unsafe"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue