Source file tour/flowcontrol/forever.go 1 //go:build norun || OMIT 2 3 package main 4 5 func main() { 6 for { 7 } 8 } 9 View as plain text