mattn / jedie

Static site generator written in golang
http://mattn.github.io/jedie/
MIT License
128 stars 10 forks source link

Missing #4

Closed NovemberFoxtrot closed 10 years ago

NovemberFoxtrot commented 10 years ago

Very nice! Was missing this during my clean build. Thank you!

houston:~/works/src$ go get launchpad.net/goyaml
houston:~/works/src$ cd jedie/
houston:~/works/src/jedie$ go build
jedie.go:7:2: cannot find package "github.com/howeyc/fsnotify" in any of:
    /src/pkg/github.com/howeyc/fsnotify (from $GOROOT)
    /src/github.com/howeyc/fsnotify (from $GOPATH)
houston:~/works/src/jedie$ go get github.com/howeyc/fsnotify
houston:~/works/src/jedie$ go build
mattn commented 10 years ago

Awesome