package
Version:
v0.8.1
Opens a new window with list of versions in this module.
Published: Oct 1, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
MaybeShowMessage orchestrates cache, fetch, compare, and printing.
It is designed to be non-fatal and fast; errors are swallowed.
type Cache struct {
LastChecked time.Time `json:"last_checked"`
LastShownVersion string `json:"last_shown_version"`
}
Cache stores update-check metadata to throttle frequency and avoid
repeating the same banner too often.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.