diff options
| author | Jeff Carr <[email protected]> | 2024-02-23 09:01:58 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-23 09:01:58 -0600 |
| commit | 8a1cc3eaf30e43a617c69b30faf04f484e315fc3 (patch) | |
| tree | 18d4285fe7c46dde2657615f2510df73e8e3c59c /whitelist.go | |
| parent | 0a42976595eff3714f9520a33da10486ef861546 (diff) | |
rename to repolist.RepoRow
Diffstat (limited to 'whitelist.go')
| -rw-r--r-- | whitelist.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/whitelist.go b/whitelist.go index 0b98f98..502e007 100644 --- a/whitelist.go +++ b/whitelist.go @@ -8,7 +8,7 @@ import ( ) func initWhitelist() { - me.release.whitelist = make(map[string]*repolist.Repo) + me.release.whitelist = make(map[string]*repolist.RepoRow) for _, repo := range me.repos.View.AllRepos() { if strings.HasPrefix(repo.GoPath(), "go.wit.com/dev/davecgh") { me.release.whitelist[repo.GoPath()] = repo |
