refactor: align import paths with module name
This commit was merged in pull request #5.
This commit is contained in:
@@ -14,8 +14,8 @@ import (
|
||||
|
||||
"github.com/emersion/go-vcard"
|
||||
|
||||
"github.com/yourusername/caldav-server/internal/db"
|
||||
"github.com/yourusername/caldav-server/internal/store"
|
||||
"git.arnef.de/arnef/nidus/internal/db"
|
||||
"git.arnef.de/arnef/nidus/internal/store"
|
||||
)
|
||||
|
||||
// Contact holds one contact's parsed birthday.
|
||||
|
||||
Reference in New Issue
Block a user