mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-06 02:36:49 +00:00
move database to driver layer
This commit is contained in:
parent
78ca637807
commit
916f2b1c47
2 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -14,8 +14,8 @@ import (
|
|||
"github.com/rjNemo/rentease/internal/auth"
|
||||
"github.com/rjNemo/rentease/internal/booking"
|
||||
"github.com/rjNemo/rentease/internal/config"
|
||||
"github.com/rjNemo/rentease/internal/database"
|
||||
"github.com/rjNemo/rentease/internal/driver/calendar"
|
||||
"github.com/rjNemo/rentease/internal/driver/database"
|
||||
"github.com/rjNemo/rentease/internal/pdf"
|
||||
"github.com/rjNemo/rentease/internal/server"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue