github.com/brownsys/tracing-framework-go@v0.0.0-20161210174012-0542a62412fe/go/darwin_amd64/misc/tour/content/flowcontrol/forever.go (about) 1 // +build no-run OMIT 2 3 package main 4 5 func main() { 6 for { 7 } 8 }