mirror of
https://github.com/go-gitea/gitea.git
synced 2024-09-01 14:56:30 +00:00
Update models/packages/package_file.go
Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
This commit is contained in:
parent
8faea4236c
commit
d7bd108358
@ -25,8 +25,6 @@ var (
|
||||
ErrDuplicatePackageFile = util.NewAlreadyExistErrorf("package file already exists")
|
||||
// ErrPackageFileNotExist indicates a package file not exist error
|
||||
ErrPackageFileNotExist = util.NewNotExistErrorf("package file does not exist")
|
||||
// ErrPackagePropertyNotExist indicates a package property not exist error
|
||||
ErrPackagePropertyNotExist = util.NewNotExistErrorf("package property does not exist")
|
||||
)
|
||||
|
||||
// EmptyFileKey is a named constant for an empty file key
|
||||
|
Loading…
Reference in New Issue
Block a user