diff options
| author | Jeff Carr <[email protected]> | 2025-02-08 06:33:30 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-08 06:33:30 -0600 |
| commit | 11d1136797e889f6b840d1fbd4a5911258a16cc3 (patch) | |
| tree | bc2e3b5c02846747559b8fc4e54514e7c482052a /goDep.parseGoSum.go | |
| parent | 6f66340d824b396d45a1cf955b8fa3dd9f4607ac (diff) | |
oopsv0.0.73
Diffstat (limited to 'goDep.parseGoSum.go')
| -rw-r--r-- | goDep.parseGoSum.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/goDep.parseGoSum.go b/goDep.parseGoSum.go index 0c647d2..00ed073 100644 --- a/goDep.parseGoSum.go +++ b/goDep.parseGoSum.go @@ -76,7 +76,7 @@ func (repo *Repo) ParseGoSum() bool { // attempt to parse go.* files in a directory func GoSumParseDir(moddir string) (*GoDeps, error) { isprim, err := computePrimitiveNew(moddir) - if err == nil { + if err != nil { // "go mod init" failed return nil, err } |
