Documentation
¶
Overview ¶
Package update checks whether a newer release of tickli is available and upgrades the binary in place by re-running `go install`.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartCheck ¶
StartCheck launches an update check in the background and returns a function that prints a one-line notice to w when a newer version is available.
The check runs concurrently with the caller's work (which is typically blocked on network I/O of its own), so it adds no perceptible latency. The returned function waits at most printGrace for the check to finish.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.