Update models/packages/package_file.go

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
This commit is contained in:
Danila Fominykh 2023-09-23 18:01:03 -03:00 committed by GitHub
parent 8faea4236c
commit d7bd108358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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