Merge pull request #439 from xushiwei/q

demo: cchan
This commit is contained in:
xushiwei
2024-07-02 19:49:21 +08:00
committed by GitHub

View File

@@ -23,4 +23,5 @@ func doChan(cap int) {
func main() {
doChan(10)
doChan(0)
}