()
| 13 | } |
| 14 | |
| 15 | func (e *InvalidRepoURLError) Error() string { |
| 16 | return fmt.Sprintf("invalid repository URL %q, please see https://github.com/coder/envbuilder/blob/main/docs/git-auth.md for supported formats: %v", e.repoURL, e.inner) |
| 17 | } |
| 18 | |
| 19 | type ParsedURL struct { |
| 20 | Protocol string |
no outgoing calls