diff options
| author | Jeff Carr <[email protected]> | 2024-12-18 20:09:18 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-18 20:09:18 -0600 |
| commit | 36fdd99d158332a1efb84c8f911e981c746bf2b0 (patch) | |
| tree | af233e4f91ad26d5d589b8e8a529ef2b8743777a /isPrimitive.go | |
| parent | 406817d5b2594f8c79dab4087c2fef811a8eff5b (diff) | |
this is annoyingv0.0.38
Diffstat (limited to 'isPrimitive.go')
| -rw-r--r-- | isPrimitive.go | 2 |
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 } |
