gf/geg/other/test.go

9 lines
92 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println(len(make(chan int, 10)))
}