If you omit the loop condition it loops forever, so an infinite loop is compactly expressed.
package main
β
func main() {
for {
}