Error Checking Tool Check errors in go with a single line. check.Panic(err, "Error encountered, panicking") - Check for an error and panic if not nil check.Print(err, "Error encountered, continuing") - Check for an error and print it if not nil