(sectionTitle string)
| 48 | } |
| 49 | |
| 50 | func errParsingNumber(sectionTitle string) error { |
| 51 | return fmt.Errorf("**%s** could not be parsed into a number", sectionTitle) |
| 52 | } |
| 53 | |
| 54 | func errInvalidURL(sectionTitle string) error { |
| 55 | return fmt.Errorf("**%s** is an invalid URL", sectionTitle) |
no outgoing calls
no test coverage detected