mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 19:44:01 +08:00
add iter package
This commit is contained in:
5
thirdparty/iter/iter.go
vendored
Normal file
5
thirdparty/iter/iter.go
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
package iter
|
||||
|
||||
func N(n int) []struct{} {
|
||||
return make([]struct{}, n)
|
||||
}
|
Reference in New Issue
Block a user