chore: move package domain to alin.ovh
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/server/logging.go → internal/server/logging.go
@@ -3,8 +3,8 @@ import ( "net/http" + "alin.ovh/x/log" "gitlab.com/tozd/go/errors" - "go.alanpearce.eu/x/log" ) type LoggingResponseWriter struct {