Documentation
¶
Overview ¶
Package update holds the self-update logic shared by the framework adapters' update commands. It dispatches on the install method configured in App.Updater: Homebrew, `go install`, or GitHub release download.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
Run checks for or installs an update using the install method of the runtime's App.Updater: brew.Config, goinstall.Config or github.Config. Tools distributed another way provide their own update command instead.
Types ¶
Click to show internal directories.
Click to hide internal directories.