(sectionTitle string)
| 24 | } |
| 25 | |
| 26 | func errNoProjectName(sectionTitle string) error { |
| 27 | return fmt.Errorf("**%s** is missing project name", sectionTitle) |
| 28 | } |
| 29 | |
| 30 | func errIncomplete(sectionTitle string) error { |
| 31 | return fmt.Errorf("**%s** was not completed for application", sectionTitle) |
no outgoing calls
no test coverage detected