- 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>
501 B
501 B
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
UpdateServiceand CLI flags. - Architecture: How the updater works, including GitHub integration and version comparison.