Versions in this module Expand all Collapse all v0 v0.5.0 Aug 9, 2026 Changes in this version + var ErrUpdateBrewBuild = errors.New("gotpm was installed via Homebrew; update with: brew upgrade gotpm") + var ErrUpdateDevelopmentBuild = errors.New("cannot self-update a development build; install a tagged release first") + func Update(info BuildInfo, opts *Options) error + func Version(info BuildInfo) + type BuildInfo struct + Arch string + Commit string + Installer string + OS string + Version string + func (b BuildInfo) IsDevelopment() bool + type Options struct + CheckOnly bool