package main func main() { switch { case x < y: f1() case x < z: g() case x == 4: h() } }