Déclarations dans If in golang

if _, err := doThing(); err != nil {
  fmt.Println("Uh oh")
}
Harendra