Go

// Log error
if err != nil {
  log.Fatal(err)
}

Last updated

Was this helpful?