diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 02:50:47 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 02:56:51 -0500 |
| commit | d94bfac9bfe8f4a22a1d1cc2840746e3c873fd89 (patch) | |
| tree | 7eb1747c5984fbb647653ffb3ac9b0a1964b3bf0 /repomap.go | |
| parent | 788ae4172adb096cb3313a925b9e4ccc49d4b5a7 (diff) | |
Diffstat (limited to 'repomap.go')
| -rw-r--r-- | repomap.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ func readRepomap() { giturl := fields[1] repoMap[gopath] = giturl - repo := forge.FindByGoPath(gopath) + repo := me.forge.FindByGoPath(gopath) if repo != nil { gitMap[gopath] = repo } else { |
