move files and update import paths
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M internal/website/mux.go → domain/web/mux.go
@@ -8,8 +8,8 @@ "regexp" "slices" "strings" - ihttp "alin.ovh/homestead/internal/http" - "alin.ovh/homestead/internal/server" + ihttp "alin.ovh/homestead/domain/web/middleware" + "alin.ovh/homestead/domain/web/server" "alin.ovh/homestead/templates" "github.com/kevinpollet/nego"