Documentation
¶
Overview ¶
Package update provides a best-effort mechanism for checking whether a newer version of tapes is available. The check is intentionally soft: network errors, timeouts, and malformed responses are silently ignored so that normal CLI operation is never disrupted.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckForUpdate ¶
CheckForUpdate compares currentVersion against the latest published version at download.tapes.dev/latest/version. Returns the remote version string when an update is available, or "" if current, unreachable, or a non-release build. This function never returns an error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.