hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit ffaa73dc8aa860edb3476b2a460774071b8470a4
parent f8d8c85428f527139c20369910230741dcaf2969
Author: Cameron Moore <moorereason@gmail.com>
Date:   Thu,  6 Sep 2018 16:05:17 -0500

publisher: Fix golint godoc issue

Diffstat:
Mpublisher/publisher.go | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/publisher/publisher.go b/publisher/publisher.go
@@ -72,6 +72,7 @@ type DestinationPublisher struct {
 	min    minifiers.Client
 }
 
+// NewDestinationPublisher creates a new DestinationPublisher.
 func NewDestinationPublisher(fs afero.Fs, outputFormats output.Formats, mediaTypes media.Types, minify bool) DestinationPublisher {
 	pub := DestinationPublisher{fs: fs}
 	if minify {