refactor: align import paths with module name
This commit was merged in pull request #5.
This commit is contained in:
@@ -5,8 +5,8 @@ import (
|
||||
"log/slog"
|
||||
"net/http"
|
||||
|
||||
"github.com/yourusername/caldav-server/internal/config"
|
||||
"github.com/yourusername/caldav-server/internal/db"
|
||||
"git.arnef.de/arnef/nidus/internal/config"
|
||||
"git.arnef.de/arnef/nidus/internal/db"
|
||||
)
|
||||
|
||||
type contextKey string
|
||||
|
||||
Reference in New Issue
Block a user