From 8b987962ea21a827d50e7f7430ab58b47274ad0e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 27 Nov 2024 14:55:39 -0600 Subject: fun stuff --- repo.helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo.helpers.go') 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() -- cgit v1.2.3