summaryrefslogtreecommitdiffstats
path: root/commands/new_test.go
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2015-12-02 11:56:36 -0700
committerAnthony Fok <foka@debian.org>2015-12-02 11:56:36 -0700
commitd48781badf4bf26bffe116365daf653b5eaa5935 (patch)
tree69d9161a8647fbbb6d8de8f1fa3a3206c15babb6 /commands/new_test.go
parentc5287e78170474abcf8bbb3aa0fd837de2bafaaa (diff)
One more error fix in the server command
And some other small code clean-up. See #1502
Diffstat (limited to 'commands/new_test.go')
-rw-r--r--commands/new_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/new_test.go b/commands/new_test.go
index eb1383325..bffe9cc5c 100644
--- a/commands/new_test.go
+++ b/commands/new_test.go
@@ -4,9 +4,9 @@ import (
"github.com/spf13/afero"
"github.com/spf13/hugo/hugofs"
"github.com/stretchr/testify/assert"
+ "os"
"path/filepath"
"testing"
- "os"
)
// Issue #1133