Fork Notesium into librenotes repo and reorganize into Go package structure #3

Open
opened 2026-02-25 16:05:05 +01:00 by libretech · 0 comments
Owner

Summary

Fork the Notesium repository and restructure into a proper Go package layout.

Implementation Tasks

  • Fork Notesium source into librenotes repository
  • Preserve Notesium MIT license and attribution
  • Reorganize into Go package structure (cmd/, internal/, web/)
  • Update go.mod with new module path
  • Verify all existing functionality still works

Acceptance Criteria

  • go build ./cmd/librenotes produces a working binary
  • All original Notesium functionality preserved
  • MIT license and Notesium attribution present
  • Clean Go package structure with no circular dependencies
## Summary Fork the Notesium repository and restructure into a proper Go package layout. ## Implementation Tasks - [ ] Fork Notesium source into librenotes repository - [ ] Preserve Notesium MIT license and attribution - [ ] Reorganize into Go package structure (cmd/, internal/, web/) - [ ] Update go.mod with new module path - [ ] Verify all existing functionality still works ## Acceptance Criteria - [ ] go build ./cmd/librenotes produces a working binary - [ ] All original Notesium functionality preserved - [ ] MIT license and Notesium attribution present - [ ] Clean Go package structure with no circular dependencies
libretech added the
phase-0
label 2026-02-25 16:05:05 +01:00
libretech added the
task
label 2026-02-28 20:26:09 +01:00
libretech changed title from Fork Notesium and set up repo structure to Fork Notesium into librenotes repo and reorganize into Go package structure 2026-02-28 21:39:44 +01:00
libretech added the
backend
label 2026-03-02 18:26:26 +01:00
Sign in to join this conversation.
No description provided.