mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-24 03:47:45 +08:00
6 lines
71 B
Go
6 lines
71 B
Go
package iter
|
|
|
|
func N(n int) []struct{} {
|
|
return make([]struct{}, n)
|
|
}
|