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
|
||||
|
||||
import (
|
||||
"internal/race"
|
||||
"go.wit.com/iter/race"
|
||||
"runtime"
|
||||
"unsafe"
|
||||
)
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
package race
|
||||
|
||||
import (
|
||||
"internal/abi"
|
||||
"go.wit.com/iter/abi"
|
||||
"unsafe"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue