mirror of
https://github.com/vbatts/imgsrv.git
synced 2025-06-30 14:38:28 +00:00
layout: humanize some values
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
f768d2f9f6
commit
b3f5e06c4d
2 changed files with 10 additions and 4 deletions
|
@ -19,7 +19,7 @@ type File struct {
|
|||
Md5 string
|
||||
ChunkSize int
|
||||
UploadDate time.Time
|
||||
Length int64
|
||||
Length uint64
|
||||
Filename string ",omitempty"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue