From 491c4455d8e3df13d9ef1ce52751cc35292ad337 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 17 Dec 2024 20:47:35 -0600 Subject: use GetGoPrimitive() --- http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http.go') 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") -- cgit v1.2.3