cli/pkg/updater/docs
Snider 4e02d5bc97 refactor: bring external packages home and restructure
- Imported packages from separate repos:
  - github.com/Snider/config -> pkg/config
  - github.com/Snider/display -> pkg/display
  - github.com/Snider/help -> pkg/help
  - github.com/Snider/i18n -> pkg/i18n
  - github.com/Snider/updater -> pkg/updater
- Moved core code from root to pkg/core
- Flattened nested package structures
- Updated all import paths to github.com/Snider/Core/pkg/*
- Added Display interface to Core
- Updated go.work for workspace modules

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 15:30:43 +00:00
..
architecture.md refactor: bring external packages home and restructure 2026-01-15 15:30:43 +00:00
configuration.md refactor: bring external packages home and restructure 2026-01-15 15:30:43 +00:00
getting-started.md refactor: bring external packages home and restructure 2026-01-15 15:30:43 +00:00
README.md refactor: bring external packages home and restructure 2026-01-15 15:30:43 +00:00

Documentation

Welcome to the documentation for the updater library. This library provides self-update functionality for Go applications, supporting both GitHub Releases and generic HTTP endpoints.

Contents

  • Getting Started: Installation and basic usage.
  • Configuration: Detailed configuration options for UpdateService and CLI flags.
  • Architecture: How the updater works, including GitHub integration and version comparison.