(srcDir string, err error)
| 192 | } |
| 193 | |
| 194 | func inputError(srcDir string, err error) error { |
| 195 | return fmt.Errorf("Error using `%s`: %v", srcDir, err) |
| 196 | } |
| 197 | |
| 198 | func displayContext(name string) string { |
| 199 | if name == deploy.DefaultContext { |
no outgoing calls
no test coverage detected