src/github.com/spf13/hugo/watcher/batcher.go:19:2: cannot find package "gopkg.in/fsnotify.v1" in any of:
/usr/local/Cellar/go/1.4.2/libexec/src/gopkg.in/fsnotify.v1 (from $GOROOT)
/private/tmp/hugo20150410-12229-52fxr7/src/gopkg.in/fsnotify.v1 (from $GOPATH)
I know this is likely related to the go installation process, and I’ve read several threads here and elsewhere about it. None of the proposed adjustments to GOPATH and GOROOT are working for me. I have run brew update && upgrade.
My current version is v0.13-DEV BuildDate: 2015-01-28T19:01:33-06:00, and I’m not having any particular problems with it, so this isn’t urgent; but I’d like to be able to resolve it if anyone can help.
Yes, I figured out that the MousetrapHelpText was a recent addition. I also bumped into a couple of other recent changes (such as Annotations in pflag that also required updates. I finally got it to work, I have submitted a pull request against the hugo Homebrew formula: https://github.com/Homebrew/homebrew/pull/38662