Plan 9 from Bell Labs’s /usr/web/sources/contrib/stallion/root/arm/go/src/cmd/cover/testdata/html/html.golden

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


// 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

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.