codekingpro's picture
Add files using upload-large-folder tool
fc11197 verified
Raw
History Blame Contribute Delete
345 Bytes
// START f
func f() <span class="cov8" title="1">{
ch := make(chan int)
select </span>{
case &lt;-ch:<span class="cov0" title="0"></span>
default:<span class="cov8" title="1"></span>
}
}
// END f
// START g
func g() <span class="cov8" title="1">{
if false </span><span class="cov0" title="0">{
fmt.Printf("Hello")
}</span>
}
// END g