Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parse{num}: Return the error from strconv.NumError
Returning the full error just adds extra noise to the error since it's already clear that there was an error with the number. This now says exactly what is wrong with the number.
- Loading branch information