Sign in
go
/
tour
/
0b2cf7c0845f35c40cf2d699f801671149e9e2cb
/
.
/
content
/
flowcontrol
/
forever.go
blob: d3a9c9d2cbbd6153a88e2f000150f8d75c8fde31 [
file
] [
log
] [
blame
]
// +build no-run OMIT
package main
func main() {
for {
}
}