go/cmd/core-gui
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
..
build Refactor project structure and add core modules for configuration, cryptography, display, and workspace management 2025-10-28 07:02:21 +00:00
frontend Update web manifest and robots.txt for project rebranding 2025-11-04 13:13:51 +00:00
public removes interfaces for pkg's moved out of core. 2025-11-24 23:48:24 +00:00
go.mod refactor: bring external packages home and restructure 2026-01-15 15:30:43 +00:00
go.sum removes interfaces for pkg's moved out of core. 2025-11-24 23:48:24 +00:00
main.go removes interfaces for pkg's moved out of core. 2025-11-24 23:48:24 +00:00
Taskfile.yml Refactor project structure and add core modules for configuration, cryptography, display, and workspace management 2025-10-28 07:02:21 +00:00