Merge branch 'master' into resolving-conflict-codepope

This commit is contained in:
Dj Walker-Morgan 2020-09-14 10:05:03 +01:00 committed by GitHub
commit eba8b55f77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,6 +76,7 @@ func handleReq(h http.Handler) http.Handler {
}
return
}
if *logRequest {
log.Println(r.Method, r.URL.Path)
}