Restructure Go codebase into standard project layout #35
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent
#2 (Epic: Phase 0 — Foundation)
Related: #3 (this issue decomposes the restructuring portion of #3)
Summary
Reorganize the librenotes Go codebase from the flat Notesium layout into a standard Go project structure with cmd/ and internal/ directories. This establishes the package architecture needed for multi-package development in subsequent phases (user model, auth, tenant isolation).
Acceptance Criteria
Dependencies
Scope Notes