Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2014-03-31 21:23:34 +0400
committerspf13 <steve.francia@gmail.com>2014-03-31 21:23:34 +0400
commite50b9d8ac1c69aa16cf45b1e4ff95b22d535adb7 (patch)
tree8c16489a5cf2631649805d547256d4427d9486d8 /main.go
parent2fa3761ec993657330d5b9ddbaaab1f58797fb61 (diff)
Adding support for logging & verbose logging. Consolidation of error handling. Integration of jWalterWeatherman library. Fixed #137
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.go b/main.go
index 70f88e5af..9848b56da 100644
--- a/main.go
+++ b/main.go
@@ -14,8 +14,9 @@
package main
import (
- "github.com/spf13/hugo/commands"
"runtime"
+
+ "github.com/spf13/hugo/commands"
)
func main() {