(sectionTitle string)
| 40 | } |
| 41 | |
| 42 | func errInvalidAccountURL(sectionTitle string) error { |
| 43 | return fmt.Errorf("**%s** is invalid 1Password account URL", sectionTitle) |
| 44 | } |
| 45 | |
| 46 | func errContainsEmoji(sectionTitle string) error { |
| 47 | return fmt.Errorf("**%s** cannot contain emoji characters", sectionTitle) |
no outgoing calls
no test coverage detected