package main
import (
"fmt"
)
funcmain() {
done:=make(chanbool)
hellos:=make(chanstring)
gofunc() {
fori:=0; i<10; i++ {
hellos<-"Hello World"
}
done<-true
}()
gofunc() {
for {
select {
casehello:=<-hellos:
fmt.Println(hello)
}
}
}()
<-done
}☠️
Highlights
- Pro
Popular repositories Loading
- cordova-plugin-media-capture
cordova-plugin-media-capture PublicForked from apache/cordova-plugin-media-capture
Mirror of Apache Cordova Plugin media-capture
JavaScript
- darkstar-cordova-plugin
darkstar-cordova-plugin PublicJava
- service.xbmc-oasth
service.xbmc-oasth PublicXBMC Plugin Bus Information for OASTH Thessaloniki
Python
- docker-test
docker-test PublicJavaScript
- dolce
dolce PublicGo
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
Uh oh!
There was an error while loading. Please reload this page.


