1
0
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:
Brian Tiger Chow
2015-01-29 23:37:22 -08:00
parent ecddbd3a56
commit 3c2b6d1205

5
thirdparty/iter/iter.go vendored Normal file
View File

@ -0,0 +1,5 @@
package iter
func N(n int) []struct{} {
return make([]struct{}, n)
}