mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 21:13:39 +00:00
WIP stashed changes
This commit is contained in:
Vendored
+1
@@ -12,6 +12,7 @@ var wg sync.WaitGroup
|
||||
type intchan chan int
|
||||
|
||||
func main() {
|
||||
time.Sleep(time.Second * 2)
|
||||
ch := make(chan int, 2)
|
||||
ch <- 1
|
||||
println("len, cap of channel:", len(ch), cap(ch), ch == nil)
|
||||
|
||||
Reference in New Issue
Block a user