(sectionTitle string)
| 44 | } |
| 45 | |
| 46 | func errContainsEmoji(sectionTitle string) error { |
| 47 | return fmt.Errorf("**%s** cannot contain emoji characters", sectionTitle) |
| 48 | } |
| 49 | |
| 50 | func errParsingNumber(sectionTitle string) error { |
| 51 | return fmt.Errorf("**%s** could not be parsed into a number", sectionTitle) |
no outgoing calls
no test coverage detected