summaryrefslogtreecommitdiffstats
path: root/src/cmd/cover/testdata/html/html.golden
blob: 84377d1e2035a93485605e123a2d742613d7c625 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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