go-watcher
go-watcher copied to clipboard
Cannot use watcher in MacOS Mojave
Hello, first of all, I'm sorry for my English, I had help from Google Translator ... rsrs
I'm trying to use your library on MacOS Mojave. For this I followed exactly as it is in README.md:
- I installed the package through the command:
go get github.com/canthefason/go-watcher - I installed the binary through the
go install github.com/canthefason/go-watcher/cmd/watchercommand
But even so it was not possible to run the watcher command on the terminal.
Could you help me, please?
It sounds like watcher might not be in your $PATH. Did you double check that?
I'm running it MacOS Mojave perfectly fine. Latest version 10.14.4.
You might not have your Go $PATH properly configured on bash and if you're using zsh, that too.