Rename project from PersonalLibraryManager to bibliomane

This commit is contained in:
2026-03-04 15:58:49 +01:00
parent af44849eda
commit 6780a00e5f
65 changed files with 150 additions and 146 deletions

View File

@@ -7,7 +7,7 @@ import (
"gorm.io/driver/sqlite"
"gorm.io/gorm"
"git.artlef.fr/PersonalLibraryManager/internal/model"
"git.artlef.fr/bibliomane/internal/model"
)
func Initdb(databasePath string, demoDataPath string) *gorm.DB {