Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
golang / usr / local / go / src / cmd / cover / testdata / html / html.golden
Size: Mime:
// 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