| 40 | } |
| 41 | |
| 42 | type defaultFetcher struct{} |
| 43 | |
| 44 | func (defaultFetcher) Fetch(owner, repo, branch, dest string) (string, error) { |
| 45 | // A shorter timeout than the package default so one slow/unreachable repo |
nothing calls this directly
no outgoing calls
no test coverage detected