move package domain to alin.ovh
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/http/mux.go → internal/http/mux.go
@@ -3,7 +3,7 @@ import ( "net/http" - "go.alanpearce.eu/x/log" + "alin.ovh/x/log" ) type HandleFunc func(http.ResponseWriter, *http.Request) *Error