1
0
Fork 0
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:
Vincent Batts 2017-04-07 14:55:13 -04:00
parent f768d2f9f6
commit b3f5e06c4d
Signed by: vbatts
GPG key ID: 10937E57733F1362
2 changed files with 10 additions and 4 deletions

View file

@ -19,7 +19,7 @@ type File struct {
Md5 string
ChunkSize int
UploadDate time.Time
Length int64
Length uint64
Filename string ",omitempty"
}