if x == 3 { x += 1 fmt.Println("bye") } else { fmt.Println("toodels") }