mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 13:56:57 +00:00
FIX linting
This commit is contained in:
parent
f74f71cac1
commit
c1a2b9cfa3
2 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@ package gitea
|
|||
|
||||
import (
|
||||
"bytes"
|
||||
//"errors"
|
||||
"fmt"
|
||||
"io"
|
||||
"net/http"
|
||||
|
|
|
@ -130,7 +130,6 @@ func (client *Client) ServeRawContent(targetOwner, targetRepo, ref, resource str
|
|||
} else if cache.IsEmpty() {
|
||||
log.Debug().Msg("[cache] is empty")
|
||||
}
|
||||
//return nil, cachedHeader, cachedStatusCode, ErrorNotFound
|
||||
}
|
||||
}
|
||||
log.Trace().Msg("file not in cache")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue