FirstErr¶
func FirstErr(errs ...error) error
FirstErr returns the first non-nil error from a list of errors. Returns nil if all errors are nil.
func FirstErr(errs ...error) error
FirstErr returns the first non-nil error from a list of errors. Returns nil if all errors are nil.