module holds the real implementation.
| 32 | |
| 33 | // module holds the real implementation. |
| 34 | type module struct{} |
| 35 | |
| 36 | func (module) RemoteAdd(repoPath, name, url string, opts ...git.RemoteAddOptions) error { |
| 37 | return git.RemoteAdd(repoPath, name, url, opts...) |
nothing calls this directly
no outgoing calls
no test coverage detected