Run gofmt to get imports in line vs gohugoio/hugo

This commit is contained in:
Bjørn Erik Pedersen
2017-06-13 19:07:35 +02:00
parent f503d76a3b
commit 873a6f1885
52 changed files with 67 additions and 67 deletions

View File

@@ -22,13 +22,13 @@ import (
"strings"
"time"
"github.com/spf13/afero"
"github.com/spf13/cobra"
"github.com/gohugoio/hugo/create"
"github.com/gohugoio/hugo/helpers"
"github.com/gohugoio/hugo/hugofs"
"github.com/gohugoio/hugo/hugolib"
"github.com/gohugoio/hugo/parser"
"github.com/spf13/afero"
"github.com/spf13/cobra"
jww "github.com/spf13/jwalterweatherman"
"github.com/spf13/viper"
)