aboutsummaryrefslogtreecommitdiffstats
path: root/modules/structs/package.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/structs/package.go')
-rw-r--r--modules/structs/package.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/structs/package.go b/modules/structs/package.go
index a9a9429de2..1973f925a5 100644
--- a/modules/structs/package.go
+++ b/modules/structs/package.go
@@ -23,8 +23,8 @@ type Package struct {
// PackageFile represents a package file
type PackageFile struct {
- ID int64 `json:"id"`
- Size int64
+ ID int64 `json:"id"`
+ Size int64 `json:"size"`
Name string `json:"name"`
HashMD5 string `json:"md5"`
HashSHA1 string `json:"sha1"`