diff options
| author | Jeff Carr <[email protected]> | 2024-12-17 20:47:35 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-17 20:47:35 -0600 |
| commit | 491c4455d8e3df13d9ef1ce52751cc35292ad337 (patch) | |
| tree | 0d878ea469a3e1967ad91a4b8e2850d892144bc6 /http.go | |
| parent | 4e0a111c8c60e8a869099de3fd521629d0f83ceb (diff) | |
use GetGoPrimitive()
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |
