if x := fetchSomething(); if x > 0 { DoPos(x) } else { DoNeg(x) }