mirror of
https://tildegit.org/solderpunk/molly-brown.git
synced 2025-04-13 09:29:46 +00:00
gofmt.
This commit is contained in:
parent
f4f14320df
commit
d87ecfd20f
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ func handleRedirectsInner(URL *url.URL, redirects map[string]string, status int,
|
|||
for src, dst := range redirects {
|
||||
compiled, err := regexp.Compile(src)
|
||||
if err != nil {
|
||||
continue
|
||||
continue
|
||||
}
|
||||
if compiled.MatchString(URL.Path) {
|
||||
URL.Path = compiled.ReplaceAllString(URL.Path, dst)
|
||||
|
|
Loading…
Add table
Reference in a new issue