Merge "pkg/server: doc that fileInfo.name is a base name"

This commit is contained in:
Mathieu Lonjaret 2017-05-16 16:04:47 +00:00 committed by Gerrit Code Review
commit 174d678928
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ type DownloadHandler struct {
type fileInfo struct {
mime string
name string
name string // base name of the file
size int64
modtime time.Time
rs io.ReadSeeker