diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 15:47:23 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 15:47:23 -0600 |
| commit | 3359a4499644a0e59a0dd0f1c2c74ae688f0190a (patch) | |
| tree | 5392259685fc9a41db92083806679d94048b8e2f /repos.new.go | |
| parent | c49d247ae8c9cdb8cf3ed34c1ebd254f33049b01 (diff) | |
deprecate refs.proto ?
Diffstat (limited to 'repos.new.go')
| -rw-r--r-- | repos.new.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repos.new.go b/repos.new.go index 8638da7..1480051 100644 --- a/repos.new.go +++ b/repos.new.go @@ -33,7 +33,7 @@ func (all *Repos) NewGoPath(basepath string, gopath string) (*Repo, error) { FullPath: filepath.Join(basepath, gopath), GoPath: gopath, } - newr.UpdateGit() + // newr.UpdateGit() newr.UpdateGitTags() all.add(&newr) |
