1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-14 09:57:12 +08:00
Files
kubo/thirdparty/iter/iter.go
Brian Tiger Chow 3c2b6d1205 add iter package
2015-02-01 21:49:39 -08:00

6 lines
71 B
Go

package iter
func N(n int) []struct{} {
return make([]struct{}, n)
}