5 lines
71 B
Go
5 lines
71 B
Go
if x := fetchSomething(); x > 0 {
|
|
DoPos(x)
|
|
} else {
|
|
DoNeg(x)
|
|
}
|