From 431fa0e2d75ca8ddd145bd5db20e50a160772577 Mon Sep 17 00:00:00 2001 From: tycho garen Date: Sat, 6 Jul 2013 22:31:43 -0400 Subject: changing to suport yaml rather than json and adding optional restructuredtext support --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') 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" -- cgit v1.2.3