mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
build(backend): upgrade golangci-lint to v1.53.3
This commit is contained in:
parent
912f27a9e3
commit
efd41cc4c1
6 changed files with 225 additions and 229 deletions
|
|
@ -23,8 +23,8 @@ import (
|
|||
"github.com/filebrowser/filebrowser/v2/rules"
|
||||
)
|
||||
|
||||
const PERM = 0664
|
||||
const DIR_PERM = 0755
|
||||
const PermFile = 0664
|
||||
const PermDir = 0755
|
||||
|
||||
// FileInfo describes a file.
|
||||
type FileInfo struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue