refactor: align import paths with module name
This commit was merged in pull request #5.
This commit is contained in:
@@ -16,8 +16,8 @@ import (
|
||||
"strings"
|
||||
|
||||
vcard "github.com/emersion/go-vcard"
|
||||
"github.com/yourusername/caldav-server/internal/store"
|
||||
"github.com/yourusername/caldav-server/internal/web/templates"
|
||||
"git.arnef.de/arnef/nidus/internal/store"
|
||||
"git.arnef.de/arnef/nidus/internal/web/templates"
|
||||
)
|
||||
|
||||
// contactIDRe validates a contact's object ID as it appears in a URL path
|
||||
|
||||
Reference in New Issue
Block a user