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
Very nice! Was missing this during my clean build. Thank you!