(sectionTitle string)
| 32 | } |
| 33 | |
| 34 | func errEmpty(sectionTitle string) error { |
| 35 | return fmt.Errorf("**%s** is empty", sectionTitle) |
| 36 | } |
| 37 | |
| 38 | func errMustBeChecked(sectionTitle string) error { |
| 39 | return fmt.Errorf("**%s** must be checked", sectionTitle) |
no outgoing calls
no test coverage detected