Jathin Sreenivas
Results
2
issues of
Jathin Sreenivas
#### Description of the problem Feature Request: As there are multiple data structures available to solve a particular problem, this feature allows one to choose the most optimized data structure...
enhancement
performance
Needs Discussion
I am using the following snippet to get Remote of a public repo: ```go remote := git.NewRemote(memory.NewStorage(), &config.RemoteConfig{ Name: "origin", URLs: []string{repo.Url}, }) refList, _ := remote.List(&git.ListOptions{}) ``` I am...
stale