Git is a vcs
| 12 | |
| 13 | // Git is a vcs |
| 14 | type Git struct { |
| 15 | exec func(name string, arg ...string) *exec.Cmd |
| 16 | } |
| 17 | |
| 18 | // New initializes and returns a new Git |
| 19 | func New() *Git { |
nothing calls this directly
no outgoing calls
no test coverage detected