mirror of https://github.com/golang/go.git
import unsafe only once
This commit is contained in:
parent
ec972f2878
commit
7c1f19238d
|
|
@ -14,8 +14,7 @@ package iter
|
|||
import (
|
||||
"internal/race"
|
||||
"unsafe"
|
||||
_ "unsafe"
|
||||
) // for linkname
|
||||
)
|
||||
|
||||
// Seq is an iterator over sequences of individual values.
|
||||
// When called as seq(yield), seq calls yield(v) for each value v in the sequence,
|
||||
|
|
|
|||
Loading…
Reference in New Issue