Add logo and rename

This commit is contained in:
2025-11-12 17:16:13 +01:00
parent 584a4a0acd
commit f903e28728
49 changed files with 628 additions and 192 deletions

View File

@ -13,9 +13,9 @@ import (
"syscall"
"time"
"github.com/mathieu/project-notes/internal/api"
"github.com/mathieu/project-notes/internal/indexer"
"github.com/mathieu/project-notes/internal/watcher"
"github.com/mathieu/personotes/internal/api"
"github.com/mathieu/personotes/internal/indexer"
"github.com/mathieu/personotes/internal/watcher"
)
func main() {