- 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>
9 lines
501 B
Markdown
9 lines
501 B
Markdown
# 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](getting-started.md): Installation and basic usage.
|
|
* [Configuration](configuration.md): Detailed configuration options for `UpdateService` and CLI flags.
|
|
* [Architecture](architecture.md): How the updater works, including GitHub integration and version comparison.
|