refactor: rename project back from shelf to bookmann

- Change Go module name back from 'shelf' to 'bookmann'
- Update all import paths back to 'bookmann' module
- Update README.md project name back to 'Bookmann'
- Update docker-compose.yml container names back to 'bookmann' and 'bookmann_db'
- Regenerate database code with restored module imports
This commit is contained in:
2026-01-23 09:08:59 -05:00
parent 4318f8624b
commit c3769fe7f1
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package handlers
import (
"shelf/internal/database"
"bookmann/internal/database"
"fmt"
"net/http"
"time"