From a98768ce6c636bf0e10024d1be9d034a9a145d4d Mon Sep 17 00:00:00 2001 From: Kebert Xela Date: Mon, 20 May 2019 23:01:20 -0700 Subject: [PATCH] Adjust formatting of comments on exported types --- upload.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upload.go b/upload.go index 6533bfe..fde4942 100644 --- a/upload.go +++ b/upload.go @@ -32,7 +32,7 @@ var fileBlacklist = map[string]bool{ "crossdomain.xml": true, } -// Describes metadata directly from the user request +// UploadRequest .. Describes metadata directly from the user request type UploadRequest struct { src io.Reader size int64 @@ -42,7 +42,7 @@ type UploadRequest struct { randomBarename bool } -// Metadata associated with a file as it would actually be stored +// Upload .. Metadata associated with a file as it would actually be stored type Upload struct { Filename string // Final filename on disk Metadata backends.Metadata