diff options
| author | Jeff Carr <[email protected]> | 2024-12-18 22:02:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-18 22:02:19 -0600 |
| commit | b91313e96c0faaa69e2b7712a31885cf8aa2e743 (patch) | |
| tree | e3cac9a9d2bb5086827de435a972563d5df7a125 /redoGoMod.go | |
| parent | ae64a4d1665578950709d44a778dcbf1382d6228 (diff) | |
Diffstat (limited to 'redoGoMod.go')
| -rw-r--r-- | redoGoMod.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/redoGoMod.go b/redoGoMod.go index ca9b536..2d58aa2 100644 --- a/redoGoMod.go +++ b/redoGoMod.go @@ -51,12 +51,6 @@ func redoGoMod(repo *gitpb.Repo) error { return err } - // check to see if this is primitive - repo.ParseGoSum() - if repo.GetGoPrimitive() { - return nil - } - if result, err := goTidy(repo.FullPath); err != nil { if tinyFixer(result) { if _, err := goTidy(repo.FullPath); err != nil { @@ -73,7 +67,6 @@ func redoGoMod(repo *gitpb.Repo) error { // parse the go.mod and go.sum files if repo.ParseGoSum() { - // this is primitive return nil } |
