1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-04-16 11:37:17 +00:00

publisher: Fix golint godoc issue

This commit is contained in:
Cameron Moore 2018-09-06 16:05:17 -05:00 committed by Bjørn Erik Pedersen
parent f8d8c85428
commit ffaa73dc8a

View file

@ -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 {