summaryrefslogtreecommitdiff
path: root/repo.helpers.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-27 14:55:39 -0600
committerJeff Carr <[email protected]>2024-11-27 14:55:39 -0600
commit8b987962ea21a827d50e7f7430ab58b47274ad0e (patch)
tree7df7d5799965e82fbe2cd6ae2de4b0204536df1f /repo.helpers.go
parentc9d99d669347dd11ea12ced051f049fc6cfbfab0 (diff)
fun stuff
Diffstat (limited to 'repo.helpers.go')
-rw-r--r--repo.helpers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo.helpers.go b/repo.helpers.go
index 7cc6d5a..3420526 100644
--- a/repo.helpers.go
+++ b/repo.helpers.go
@@ -17,7 +17,7 @@ func (all *Repos) DeleteByPath(gopath string) *Repo {
}
// find a package by gopath
-func (all *Repos) FindByPath(gopath string) *Repo {
+func (all *Repos) FindByGoPath(gopath string) *Repo {
repolock.RLock()
defer repolock.RUnlock()