Categorygithub.com/tj/go-update
modulepackage
2.2.4+incompatible
Repository: https://github.com/tj/go-update.git
Documentation: pkg.go.dev

# README

go-update

Package update provides tooling to auto-update binary releases from GitHub based on the user's current version and operating system. Used by command-line tools such as Up and Apex.


GoDoc

# Packages

Package progress provides a proxy for download progress.
No description provided by the author

# Variables

ErrNotFound is returned from GetRelease if the release is not found.
NopProxy does nothing.

# Structs

Asset represents a project release asset.
Manager is the update manager.
Release represents a project release.

# Interfaces

Store is the interface used for listing and fetching releases.

# Type aliases

Proxy is used to proxy a reader, for example using https://github.com/cheggaaa/pb to provide progress updates.