mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
publisher: Fix golint godoc issue
This commit is contained in:
parent
f8d8c85428
commit
ffaa73dc8a
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue