Pernyataan di If In Golang

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