()
| 23 | } |
| 24 | |
| 25 | func NewProgressBar() ProgressWrapper { |
| 26 | return ProgressWrapper{ |
| 27 | progress: progress.New(), |
| 28 | } |
| 29 | } |
| 30 | |
| 31 | // CloneRepo clones a repo into the specified location. |
| 32 | func CloneRepo(stagePath string, repo string) string { |
nothing calls this directly
no outgoing calls
no test coverage detected