diff options
author | spf13 <[email protected]> | 2014-03-31 13:23:34 -0400 |
---|---|---|
committer | spf13 <[email protected]> | 2014-03-31 13:23:34 -0400 |
commit | e50b9d8ac1c69aa16cf45b1e4ff95b22d535adb7 (patch) | |
tree | 8c16489a5cf2631649805d547256d4427d9486d8 /main.go | |
parent | 2fa3761ec993657330d5b9ddbaaab1f58797fb61 (diff) | |
download | hugo-e50b9d8ac1c69aa16cf45b1e4ff95b22d535adb7.tar.gz hugo-e50b9d8ac1c69aa16cf45b1e4ff95b22d535adb7.zip |
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.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,8 +14,9 @@ package main import ( - "github.com/spf13/hugo/commands" "runtime" + + "github.com/spf13/hugo/commands" ) func main() { |