summaryrefslogtreecommitdiff
path: root/repo.new.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-02 07:01:37 -0600
committerJeff Carr <[email protected]>2024-12-02 07:01:37 -0600
commit345343647aea77f6a4a13272ce353fded76cee54 (patch)
treefdb061d2548fece8f949ba0118d4e12b9b36aed8 /repo.new.go
parent4b83d18db4fd84de5fa06cc00fe45d74d0feb458 (diff)
attempt SortByAge(). not sure if it works.
Diffstat (limited to 'repo.new.go')
-rw-r--r--repo.new.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/repo.new.go b/repo.new.go
index 5d774fe..dc7f17e 100644
--- a/repo.new.go
+++ b/repo.new.go
@@ -81,6 +81,7 @@ func (repo *Repo) isPrimativeGoMod() (bool, error) {
}
}
+ repo.GoPrimitive = true
return true, nil
}