mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
fixing incorrect import path
This commit is contained in:
parent
f857f4caba
commit
d9b5f9cd9e
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -14,7 +14,7 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"./hugolib"
|
||||
"github.com/spf13/hugo/hugolib"
|
||||
"flag"
|
||||
"fmt"
|
||||
"github.com/howeyc/fsnotify"
|
||||
|
|
Loading…
Reference in a new issue