projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f857f4c
)
fixing incorrect import path
author
spf13
<steve.francia@gmail.com>
Wed, 10 Jul 2013 21:58:32 +0000
(17:58 -0400)
committer
spf13
<steve.francia@gmail.com>
Wed, 10 Jul 2013 21:58:32 +0000
(17:58 -0400)
main.go
patch
|
blob
|
history
diff --git
a/main.go
b/main.go
index 8d37afee4abb9096fe33be782dabe5f96434bfbc..d1c3fc3b8135b0dd1a6a6b6f1713de96d6c600b7 100644
(file)
--- a/
main.go
+++ b/
main.go
@@
-14,7
+14,7
@@
package main
import (
- "
.
/hugolib"
+ "
github.com/spf13/hugo
/hugolib"
"flag"
"fmt"
"github.com/howeyc/fsnotify"