}else{// MATCH /if block ends with a return statement, so drop this else and outdent its block/
log.Printf("non-positive x: %d",x)
}
returnfalse
}
funcg(ffunc()bool)string{
ifok:=f();ok{
return"it's okay"
}else{// MATCH /if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary)/
}else{// MATCH /if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary)/