(repoPath, name string, opts ...git.RemoteRemoveOptions)
| 50 | } |
| 51 | |
| 52 | func (module) RemoteRemove(repoPath, name string, opts ...git.RemoteRemoveOptions) error { |
| 53 | return git.RemoteRemove(repoPath, name, opts...) |
| 54 | } |
| 55 | |
| 56 | func (module) RepoTags(repoPath string, opts ...git.TagsOptions) ([]string, error) { |
| 57 | return git.RepoTags(repoPath, opts...) |
nothing calls this directly
no test coverage detected