summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authortycho garen <garen@tychoish.com>2013-07-06 22:31:43 -0400
committertycho garen <garen@tychoish.com>2013-07-06 22:48:12 -0400
commit431fa0e2d75ca8ddd145bd5db20e50a160772577 (patch)
treeab26db8db670f96e8669dae6fb8efc47ca598210 /main.go
parenta7f5f97bc2c8941cbe9ade740e3c0e54202d8613 (diff)
changing to suport yaml rather than json and adding optional restructuredtext support
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 1de48f766..3f4b6f968 100644
--- a/main.go
+++ b/main.go
@@ -14,10 +14,10 @@
package main
import (
+ "./hugolib"
"flag"
"fmt"
"github.com/howeyc/fsnotify"
- "./hugolib"
"net/http"
"os"
"path/filepath"