improving godoc for file package

This commit is contained in:
Julien Neuhart
2018-04-03 11:37:39 +02:00
parent 0966a322d1
commit ed41e3e966

View File

@@ -14,7 +14,9 @@ import (
// File represents a file which has been created
// from a request.
type File struct {
// Type is the kind of file.
Type Type
// Path is the file path.
Path string
}