summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-17 20:47:35 -0600
committerJeff Carr <[email protected]>2024-12-17 20:47:35 -0600
commit491c4455d8e3df13d9ef1ce52751cc35292ad337 (patch)
tree0d878ea469a3e1967ad91a4b8e2850d892144bc6 /http.go
parent4e0a111c8c60e8a869099de3fd521629d0f83ceb (diff)
use GetGoPrimitive()
Diffstat (limited to 'http.go')
-rw-r--r--http.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/http.go b/http.go
index 7665c7f..3db18bc 100644
--- a/http.go
+++ b/http.go
@@ -276,7 +276,7 @@ func showNext() {
} else {
log.Info("CheckDirty() == false")
}
- if ok, _ := check.IsPrimitive(); ok {
+ if check.GetGoPrimitive() {
log.Info("IsPrimitive() == true")
} else {
log.Info("IsPrimitive() == false")