summaryrefslogtreecommitdiffstats
path: root/tpl/os/os.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/os/os.go')
-rw-r--r--tpl/os/os.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/os/os.go b/tpl/os/os.go
index 4addae5a6..fb60f87dd 100644
--- a/tpl/os/os.go
+++ b/tpl/os/os.go
@@ -18,9 +18,9 @@ import (
"fmt"
_os "os"
+ "github.com/gohugoio/hugo/deps"
"github.com/spf13/afero"
"github.com/spf13/cast"
- "github.com/gohugoio/hugo/deps"
)
// New returns a new instance of the os-namespaced template functions.