Declarações em se em Golang

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