summaryrefslogtreecommitdiff
path: root/isPrimitive.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-18 20:09:18 -0600
committerJeff Carr <[email protected]>2024-12-18 20:09:18 -0600
commit36fdd99d158332a1efb84c8f911e981c746bf2b0 (patch)
treeaf233e4f91ad26d5d589b8e8a529ef2b8743777a /isPrimitive.go
parent406817d5b2594f8c79dab4087c2fef811a8eff5b (diff)
this is annoyingv0.0.38
Diffstat (limited to 'isPrimitive.go')
-rw-r--r--isPrimitive.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/isPrimitive.go b/isPrimitive.go
index 6ce67f8..e55665e 100644
--- a/isPrimitive.go
+++ b/isPrimitive.go
@@ -17,7 +17,7 @@ import (
// deprecate use of IsPrimitive() to this function
// this assumes go.mod and go.sum are in a releasable state
-func (repo *Repo) SetPrimitive() error {
+func (repo *Repo) setPrimitive() error {
_, err := repo.computePrimitive()
return err
}